Commit a0f8457f authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃 Committed by brizental
Browse files

fixup! TB 31286: Implementation of bridge, proxy, and firewall settings in...

fixup! TB 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection

BB 44090: Add CSP to our XUL XHTML documents.
parent 4760ef44
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>

<?csp default-src chrome: ?>

<window
  type="child"
  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+2 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>

<?csp default-src chrome: ?>

<window
  type="child"
  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+2 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>

<?csp default-src chrome: ?>

<window
  type="child"
  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+2 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>

<?csp default-src chrome: ?>

<window
  type="child"
  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+2 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>

<?csp default-src chrome: ?>

<window
  type="child"
  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
Loading