tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit bc3b5be30a7a777aa23e467843138a122953632f
parent 78ef7e4afb5c7cc7ab9b48c0c8e32da79b119cf6
Author: Tom Schuster <tschuster@mozilla.com>
Date:   Tue, 16 Dec 2025 10:07:53 +0000

Bug 2003895 - Ship the Sanitizer API. r=freddyb,webidl,saschanaz

Differential Revision: https://phabricator.services.mozilla.com/D276495

Diffstat:
Mdom/tests/mochitest/general/test_interfaces.js | 2+-
Mmodules/libpref/init/StaticPrefList.yaml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dom/tests/mochitest/general/test_interfaces.js b/dom/tests/mochitest/general/test_interfaces.js @@ -1445,7 +1445,7 @@ let interfaceNamesInGlobalScope = [ // IMPORTANT: Do not change this list without review from a DOM peer! { name: "SVGViewElement", insecureContext: true }, // IMPORTANT: Do not change this list without review from a DOM peer! - { name: "Sanitizer", insecureContext: true, earlyBetaOrEarlier: true }, + { name: "Sanitizer", insecureContext: true }, // IMPORTANT: Do not change this list without review from a DOM peer! { name: "Scheduler", insecureContext: true }, // IMPORTANT: Do not change this list without review from a DOM peer! diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -4638,7 +4638,7 @@ # https://wicg.github.io/sanitizer-api/ - name: dom.security.sanitizer.enabled type: bool - value: @IS_EARLY_BETA_OR_EARLIER@ + value: true mirror: always # Logs elements and attributes removed by the Sanitizer API to the console.