Merge remote-tracking branch 'upstream/develop' into develop

This commit is contained in:
Milad Nazari
2025-02-23 19:51:19 +03:30
71 changed files with 2099 additions and 764 deletions

View File

@@ -15,8 +15,11 @@ const model = Backbone.Model.extend({
udp_forwarding: false,
enabled: true,
meta: {},
certificate_id: 0,
domain_names: [],
// The following are expansions:
owner: null
owner: null,
certificate: null
};
}
});