0370 fixup
data: works perfectly fine here. No need to use https and no need to connect to localhost because something could be listening there. data is the fastest and best solution.
This commit is contained in:
parent
542b814814
commit
3d5276484a
3
user.js
3
user.js
@ -205,9 +205,8 @@ user_pref("browser.newtabpage.enabled", false);
|
|||||||
user_pref("browser.newtabpage.enhanced", false);
|
user_pref("browser.newtabpage.enhanced", false);
|
||||||
user_pref("browser.newtabpage.introShown", true);
|
user_pref("browser.newtabpage.introShown", true);
|
||||||
/* 0370: disable "Snippets" (Mozilla content shown on about:home screen)
|
/* 0370: disable "Snippets" (Mozilla content shown on about:home screen)
|
||||||
* MUST use HTTPS - arbitrary content injected into this page via http opens up MiTM attacks
|
|
||||||
* [1] https://wiki.mozilla.org/Firefox/Projects/Firefox_Start/Snippet_Service ***/
|
* [1] https://wiki.mozilla.org/Firefox/Projects/Firefox_Start/Snippet_Service ***/
|
||||||
user_pref("browser.aboutHomeSnippets.updateUrl", "https://127.0.0.1");
|
user_pref("browser.aboutHomeSnippets.updateUrl", "data:,");
|
||||||
|
|
||||||
/*** 0400: BLOCKLISTS / SAFE BROWSING / TRACKING PROTECTION
|
/*** 0400: BLOCKLISTS / SAFE BROWSING / TRACKING PROTECTION
|
||||||
This section has security & tracking protection implications vs privacy concerns vs effectiveness
|
This section has security & tracking protection implications vs privacy concerns vs effectiveness
|
||||||
|
Loading…
Reference in New Issue
Block a user