Bug 1538592 - Add accepted geckoProfiler add-ons to prefs. r=darktrojan

This commit is contained in:
Philipp Kewisch 2019-03-26 17:32:04 +13:00
Родитель 05e9a9836d
Коммит 72f8ec4417
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -158,6 +158,9 @@ pref("extensions.autoDisableScopes", 15);
// Enable add-ons installed and owned by the application, like the default theme.
pref("extensions.startupScanScopes", 4);
// Gecko Profiler
pref("extensions.geckoProfiler.acceptedExtensionIds", "geckoprofiler@mozilla.com,quantum-foxfooding@mozilla.com,raptor@mozilla.org");
// Add-on content security policies.
pref("extensions.webextensions.base-content-security-policy", "script-src 'self' https://* moz-extension: blob: filesystem: 'unsafe-eval' 'unsafe-inline'; object-src 'self' https://* moz-extension: blob: filesystem:;");
pref("extensions.webextensions.default-content-security-policy", "script-src 'self'; object-src 'self';");