Bug 1538592 - Add accepted geckoProfiler add-ons to prefs. r=darktrojan
This commit is contained in:
Родитель
05e9a9836d
Коммит
72f8ec4417
|
@ -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';");
|
||||
|
|
Загрузка…
Ссылка в новой задаче