File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22762276 */
22772277 'sharing.federation.allowSelfSignedCertificates ' => false ,
22782278
2279+ /**
2280+ * Override the ``apiVersion`` advertised in the local OCM discovery document.
2281+ * Setting this to a non-empty string also removes the non-standard ``version``
2282+ * field. Leave empty for compatibility with older Nextcloud servers.
2283+ *
2284+ * Defaults to ``''`` (empty string)
2285+ */
2286+ 'sharing.federation.ocm.apiVersion ' => '' ,
2287+
2288+ /**
2289+ * Remove the non-standard ``publicKey`` field from the local OCM discovery
2290+ * document. Enable this only when all federated peers support RFC 9421 HTTP
2291+ * signatures, for example when all peers run Nextcloud 35 or higher.
2292+ *
2293+ * Defaults to ``false``
2294+ */
2295+ 'sharing.federation.ocm.removePublicKey ' => false ,
2296+
22792297 /**
22802298 * Hashing
22812299 */
You can’t perform that action at this time.
0 commit comments