browser(firefox): allow loading file URLs in web process (#1110)

This commit is contained in:
Andrey Lushnikov 2020-02-25 16:07:22 -08:00 коммит произвёл GitHub
Родитель dcdc7db158
Коммит e3b2f2b2db
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 1 удалений

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

@ -1 +1 @@
1029
1030

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

@ -22,6 +22,9 @@ pref("browser.newtabpage.enabled", false);
// Do not redirect user when a milstone upgrade of Firefox is detected
pref("browser.startup.homepage_override.mstone", "ignore");
pref("browser.tabs.remote.separateFileUriProcess", false);
pref("security.sandbox.content.level", 2);
// Disable topstories
pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
// DevTools JSONViewer sometimes fails to load dependencies with its require.js.