mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 21:53:31 -05:00
Merge branch 'fix-allow-ubo-patch' into 'main'
attempt to fix allow-ubo-private-mode.patch See merge request librewolf-community/browser/source!41
This commit is contained in:
commit
9688de887a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
+ if (this.id === "uBlock0@raymondhill.net") {
|
+ if (this.id === "uBlock0@raymondhill.net") {
|
||||||
+ ExtensionPermissions.add(this.id, {
|
+ lazy.ExtensionPermissions.add(this.id, {
|
||||||
+ permissions: [PRIVATE_ALLOWED_PERMISSION],
|
+ permissions: [PRIVATE_ALLOWED_PERMISSION],
|
||||||
+ origins: [],
|
+ origins: [],
|
||||||
+ });
|
+ });
|
||||||
|
|
Loading…
Reference in a new issue