Enable https by default.

This commit is contained in:
bw8686
2024-08-28 17:46:10 +01:00
committed by GitHub
parent 1cdb0404fd
commit 87ca7d2d73

View File

@@ -111,6 +111,7 @@ pref('general.smoothScroll', true); // DEFAULT
// Privacy
pref('dom.private-attribution.submission.enabled', false);
pref('dom.security.https_only_mode', false);
pref('media.eme.enabled', true);
pref('webgl.disabled', false);