mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
fix allow-ubo-private-mode.patch
This commit is contained in:
parent
51ead73e99
commit
b2b3b2959f
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
--- a/toolkit/components/extensions/Extension.jsm
|
||||
+++ b/toolkit/components/extensions/Extension.jsm
|
||||
@@ -2658,6 +2658,15 @@
|
||||
@@ -3028,6 +3028,14 @@ class Extension extends ExtensionData {
|
||||
this.permissions.add(PRIVATE_ALLOWED_PERMISSION);
|
||||
}
|
||||
|
||||
|
@ -11,7 +11,6 @@
|
|||
+ });
|
||||
+ this.permissions.add(PRIVATE_ALLOWED_PERMISSION);
|
||||
+ }
|
||||
+
|
||||
+
|
||||
// We only want to update the SVG_CONTEXT_PROPERTIES_PERMISSION during install and
|
||||
// upgrade/downgrade startups.
|
||||
|
|
Loading…
Reference in a new issue