0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -05:00

Merge branch 'main' of gitlab.com:librewolf-community/browser/source

This commit is contained in:
Bert van der Weerd 2022-07-28 15:28:45 +02:00
commit 383ca8dd64
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -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.