Skip to content
Snippets Groups Projects
Commit a7bbf27e authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Fix CSP

parent 38e04779
No related branches found
No related tags found
2 merge requests!2137Translated using Weblate (German),!2135Resolve "Allow Clarity"
......@@ -188,7 +188,7 @@ class MetaGerSearch extends Controller
if (app(Searchengines::class)->getEnabledSearchengine("yahoo") !== null) {
$script_src_elem .= " https://s.yimg.com https://msadsscale.azureedge.net https://www.clarity.ms";
$img_src .= " https://search.yahoo.com https://xmlp.search.yahoo.com";
$connect_src .= " https://search.yahoo.com https://s.clarity.ms https://p.clarity.ms https://browser.pipe.aria.microsoft.com";
$connect_src .= " https://search.yahoo.com https://*.clarity.ms https://browser.pipe.aria.microsoft.com";
}
return response($metager->createView($quicktip_results), 200, [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment