mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
[Basilisk] [AM] Clean up addon-signing build leftovers.
This commit is contained in:
parent
2d3f069ae8
commit
f51880be1f
2 changed files with 1 additions and 10 deletions
|
|
@ -1044,12 +1044,7 @@ BrowserGlue.prototype = {
|
|||
});
|
||||
}
|
||||
|
||||
let signingRequired;
|
||||
if (AppConstants.MOZ_REQUIRE_SIGNING) {
|
||||
signingRequired = true;
|
||||
} else {
|
||||
signingRequired = Services.prefs.getBoolPref("xpinstall.signatures.required");
|
||||
}
|
||||
let signingRequired = Services.prefs.getBoolPref("xpinstall.signatures.required");
|
||||
|
||||
if (signingRequired) {
|
||||
let disabledAddons = AddonManager.getStartupChanges(AddonManager.STARTUP_CHANGE_DISABLED);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue