Disable CSP reporting

This commit is contained in:
2026-03-16 17:15:50 +01:00
parent f478a1ae0e
commit 027fdd38cc

View File

@@ -181,6 +181,7 @@ user_pref("gecko.handlerService.schemes.mailto.1.uriTemplate", "");
user_pref("identity.sync.tokenserver.uri", ""); user_pref("identity.sync.tokenserver.uri", "");
user_pref("media.decoder-doctor.new-issue-endpoint", ""); user_pref("media.decoder-doctor.new-issue-endpoint", "");
user_pref("network.protocol-handler.external.ms-windows-store", false); user_pref("network.protocol-handler.external.ms-windows-store", false);
user_pref("security.csp.reporting.enabled", false);
// Promotion // Promotion
user_pref("browser.contentblocking.report.hide_vpn_banner", true); user_pref("browser.contentblocking.report.hide_vpn_banner", true);