From e1084c8b24f9edda1d40b95d0089edf589da482d Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Wed, 30 May 2018 12:55:30 +0200 Subject: Enable blocking of top-level data: navigation. --- modules/libpref/init/all.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 4fdc2676a..6f31cb8cc 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -5437,11 +5437,11 @@ pref("media.block-autoplay-until-in-foreground", false); pref("layout.css.servo.enabled", true); #endif -// TODO: Bug 1380959: Block toplevel data: URI navigations +// Block toplevel data: URI navigations // If true, all toplevel data: URI navigations will be blocked. // Please note that manually entering a data: URI in the // URL-Bar will not be blocked when flipping this pref. -pref("security.data_uri.block_toplevel_data_uri_navigations", false); +pref("security.data_uri.block_toplevel_data_uri_navigations", true); // Disable Storage api in release builds. #ifdef NIGHTLY_BUILD -- cgit v1.2.3