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
-
2c208832
by Pier Angelo Vendrame at 2025-08-11T11:38:20+02:00
2 changed files:
- browser/components/newidentity/content/newIdentityDialog.xhtml
- browser/components/securitylevel/content/securityLevelDialog.xhtml
Changes:
... | ... | @@ -6,6 +6,8 @@ |
6 | 6 | |
7 | 7 | <!-- based on resetProfile.xhtml -->
|
8 | 8 | |
9 | +<?csp default-src chrome: ?>
|
|
10 | + |
|
9 | 11 | <window
|
10 | 12 | id="newIdentityDialogWindow"
|
11 | 13 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
1 | 1 | <?xml version="1.0"?>
|
2 | 2 | |
3 | +<?csp default-src chrome: ?>
|
|
4 | + |
|
3 | 5 | <window
|
4 | 6 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
5 | 7 | xmlns:html="http://www.w3.org/1999/xhtml"
|