2025.01.06.1 ____ * Enabled support for [Trusted Types](https://developer.mozilla.org/docs/Web/API/Trusted_Types_API) (Like Chromium). - `dom.security.trusted_types.enabled` -> `true` * CSP assertions for `about:` pages are no longer skipped. *(This was already the default behavior for standard Firefox releases, but now we enforce it - which is particularly useful for ex. Thunderbird, where it actually isn't enabled by default...)* - `dom.security.skip_about_page_has_csp_assert` -> `false` * Explicitly disabled the [Network Information API](https://developer.mozilla.org/docs/Web/API/Network_Information_API). Firefox already disables it by default, but now we directly enforce it. - `dom.netinfo.enabled` -> `false` * Disabled [Event Telemetry](https://searchfox.org/mozilla-central/source/modules/libpref/init/StaticPrefList.yaml#15549) on Desktop *(Already disabled on Android)* - this is likely covered by our other telemetry prefs, but useful for defense in depth. - `privacy.imageInputTelemetry.enableTestMode` -> `false` * Blocked insecure object subrequests in mixed content. - `security.mixed_content.block_object_subrequest` -> `true` * Minor tweaks/fixes ___ Codeberg: See [here](https://codeberg.org/celenity/Phoenix/compare/05January2025v1...2025.01.06.1) for more details. GitHub: See [here](https://github.com/celenityy/Phoenix/compare/05January2025v1...2025.01.06.1) for more details. ___ :)