Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:MaxxedSUSE:leap
LibreWolf
custom-ubo-assets-bootstrap-location.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File custom-ubo-assets-bootstrap-location.patch of Package LibreWolf
--- 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("librewolf.uBO.assetsBootstrapLocation", undefined); + if (extension.id == "uBlock0@raymondhill.net" && assetsBootstrapLocation) { + return { + adminSettings: { + assetsBootstrapLocation + } + } + } return Promise.reject({ message: "Managed storage manifest not found", });
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor