Pier Angelo Vendrame pushed to branch base-browser-140.1.0esr-15.0-1 at The Tor 
Project / Applications / Tor Browser


Commits:
53783e5a by Pier Angelo Vendrame at 2025-08-11T11:38:18+02:00
fixup! BB 40925: Implemented the Security Level component

BB 44090: Add CSP to our XUL XHTML documents.

- - - - -
2c208832 by Pier Angelo Vendrame at 2025-08-11T11:38:20+02:00
fixup! BB 40926: Implemented the New Identity feature

BB 44090: Add CSP to our XUL XHTML documents.

- - - - -


2 changed files:

- browser/components/newidentity/content/newIdentityDialog.xhtml
- browser/components/securitylevel/content/securityLevelDialog.xhtml


Changes:

=====================================
browser/components/newidentity/content/newIdentityDialog.xhtml
=====================================
@@ -6,6 +6,8 @@
 
 <!-- based on resetProfile.xhtml -->
 
+<?csp default-src chrome: ?>
+
 <window
   id="newIdentityDialogWindow"
   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";


=====================================
browser/components/securitylevel/content/securityLevelDialog.xhtml
=====================================
@@ -1,5 +1,7 @@
 <?xml version="1.0"?>
 
+<?csp default-src chrome: ?>
+
 <window
   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
   xmlns:html="http://www.w3.org/1999/xhtml";



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/cdc07ea9da894755643f3517d00b9c6f8b6d766a...2c208832abe889e4538a0c39a2176065116ce9f4

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/cdc07ea9da894755643f3517d00b9c6f8b6d766a...2c208832abe889e4538a0c39a2176065116ce9f4
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list -- tor-commits@lists.torproject.org
To unsubscribe send an email to tor-commits-le...@lists.torproject.org

Reply via email to