20240103.2 ____ * Ensured that we're properly always enabling Fission (Per-site process isolation) by default on Android (& elsewhere) by setting `fission.autostart.session` to `true`. *(We currently already set `fission.autostart` to `true`...)* * We now **always** enforce Spectre mitigations, even for isolated content - by setting `javascript.options.spectre.disable_for_isolated_content` to `false`. * Firefox on desktop will no longer automatically guess which container to open external links in, as this can cause unintended leaks & cross-contamination. You can restore Firefox's default behavior by setting `browser.link.force_default_user_context_id_for_external_opens` in your `about:config` to `false`. * Websites are no longer able to automatically download as many files as they want to a user's device without prompting. You can still set exemptions for specific downloads. (`browser.download.enable_spam_prevention`). * Improved organization & fix numbering of categories. We've also now added various `phoenix` preferences that allow for easy debugging & testing, so that you can easily see if Phoenix is properly applied to Firefox - and if not, where it went wrong ___ Codeberg: See [here](https://codeberg.org/celenity/Phoenix/compare/20250103.1...20250103.2) for more details. GitHub: See [here](https://github.com/celenityy/Phoenix/compare/20250103.1...20250103.2) for more details. ___ Credit to the [Tor Project](https://www.torproject.org/) & [Rusty-Snake](https://codeberg.org/rusty-snake/firefox-config) for some of the security preferences above. :)