Merge pull request #1011 from bw8686/patch-4

Enable https only by default.
This commit is contained in:
mauro 🤙
2024-08-29 21:19:32 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -5,4 +5,4 @@
"ManualAppUpdateOnly": true,
"BackgroundAppUpdate": false
}
}
}

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', true);
pref('media.eme.enabled', true);
pref('webgl.disabled', false);