Bug 1324406 - Treat 'data:' documents as unique, opaque origins. r=smaug

This commit is contained in:
Christoph Kerschbaumer 2017-08-23 12:58:16 +02:00
Родитель 50b1424be4
Коммит 1ab0a5253e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -5775,7 +5775,7 @@ pref("security.mixed_content.hsts_priming_request_timeout", 2000);
// a NullPrincipal as the security context.
// Otherwise it will inherit the origin from parent node, this is the legacy
// behavior of Firefox.
pref("security.data_uri.unique_opaque_origin", false);
pref("security.data_uri.unique_opaque_origin", true);
// TODO: Bug 1380959: Block toplevel data: URI navigations
// If true, all toplevel data: URI navigations will be blocked.