@@ -100,24 +100,6 @@ pref("security.insecure_connection_text.enabled", true);
100100pref ( "security.insecure_connection_text.pbmode.enabled" , true ) ;
101101pref ( "network.IDN_show_punycode" , true ) ;
102102
103- /** HTTPS-FIRST POLICY ***/
104- pref ( "dom.security.https_first" , true ) ;
105- pref ( "dom.security.https_first_schemeless" , true ) ;
106-
107- /** PASSWORDS ***/
108- pref ( "signon.formlessCapture.enabled" , false ) ;
109- pref ( "signon.privateBrowsingCapture.enabled" , false ) ;
110- pref ( "network.auth.subresource-http-auth-allow" , 1 ) ;
111- pref ( "editor.truncate_user_pastes" , false ) ;
112-
113- /** MIXED CONTENT + CROSS-SITE ***/
114- pref ( "security.mixed_content.block_display_content" , true ) ;
115- pref ( "pdfjs.enableScripting" , false ) ;
116- pref ( "extensions.postDownloadThirdPartyPrompt" , false ) ;
117-
118- /** HEADERS / REFERERS ***/
119- pref ( "network.http.referer.XOriginTrimmingPolicy" , 2 ) ;
120-
121103/** CONTAINERS ***/
122104pref ( "privacy.userContext.ui.enabled" , true ) ;
123105
@@ -193,10 +175,6 @@ pref("browser.display.focus_ring_width", 0);
193175pref ( "layout.css.prefers-color-scheme.content-override" , 2 ) ;
194176pref ( "browser.privateWindowSeparation.enabled" , false ) ; // WINDOWS
195177
196- /** COOKIE BANNER HANDLING ***/
197- pref ( "cookiebanners.service.mode" , 1 ) ;
198- pref ( "cookiebanners.service.mode.privateBrowsing" , 1 ) ;
199-
200178/** FULLSCREEN NOTICE ***/
201179pref ( "full-screen-api.transition-duration.enter" , "0 0" ) ;
202180pref ( "full-screen-api.transition-duration.leave" , "0 0" ) ;
0 commit comments