Bug 1226928 - new preferences for content-signing on remote about:newtab, r=mconley

This commit is contained in:
Franziskus Kiefer 2016-03-14 11:56:07 +01:00
Родитель 47124ee672
Коммит c54ba8a1cc
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -1380,6 +1380,12 @@ pref("browser.newtabpage.remote", false);
// Toggles endpoints allowed for remote newtab communications
pref("browser.newtabpage.remote.mode", "production");
// content-signature tests for remote newtab
pref("browser.newtabpage.remote.content-signing-test", false);
// verification keys for remote-hosted newtab page
pref("browser.newtabpage.remote.keys", "");
// Enable the DOM fullscreen API.
pref("full-screen-api.enabled", true);