Searched +full:remotecors -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 4 of 4) sorted by relevance
35 if (!empty($conf['remotecors'])) {36 header('Access-Control-Allow-Origin: ' . $conf['remotecors']);
39 if (!empty($conf['remotecors'])) {40 header('Access-Control-Allow-Origin: ' . $conf['remotecors']);
70 $conf['remotecors'] = ''; //enable Cross-Origin Resource Sharing (CORS) for the remo…
180 $meta['remotecors'] = ['string', '_caution' => 'security'];