mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 07:02:03 -08:00
remove uBO bootstrap patch
This commit is contained in:
parent
9cda17c3f2
commit
0356836e63
1 changed files with 0 additions and 17 deletions
|
|
@ -1,17 +0,0 @@
|
||||||
--- a/toolkit/components/extensions/parent/ext-storage.js
|
|
||||||
+++ b/toolkit/components/extensions/parent/ext-storage.js
|
|
||||||
@@ -177,6 +177,14 @@ this.storage = class extends ExtensionAPI {
|
|
||||||
|
|
||||||
let data = await lookup;
|
|
||||||
if (!data) {
|
|
||||||
+ const assetsBootstrapLocation = Services.prefs.getStringPref("camoufox.uBO.assetsBootstrapLocation", undefined);
|
|
||||||
+ if (extension.id == "uBlock0@raymondhill.net" && assetsBootstrapLocation) {
|
|
||||||
+ return {
|
|
||||||
+ adminSettings: {
|
|
||||||
+ assetsBootstrapLocation
|
|
||||||
+ }
|
|
||||||
+ }
|
|
||||||
+ }
|
|
||||||
return Promise.reject({
|
|
||||||
message: "Managed storage manifest not found",
|
|
||||||
});
|
|
||||||
Loading…
Add table
Reference in a new issue