Home
last modified time | relevance | path

Searched +full:remotecors -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/Remote/
H A DXmlRpcServer.php35 if (!empty($conf['remotecors'])) {
36 header('Access-Control-Allow-Origin: ' . $conf['remotecors']);
/dokuwiki/conf/
H A Ddokuwiki.php70 $conf['remotecors'] = ''; //enable Cross-Origin Resource Sharing (CORS) for the remote interfaces. Asterisk (*) to allow all origins. leave empty to deny.
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php180 $meta['remotecors'] = ['string', '_caution' => 'security'];