mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Code downsized
This commit is contained in:
@@ -45,12 +45,6 @@ main._initializeSettings = function () {
|
||||
items = settingDefaults; // Restore setting defaults.
|
||||
}
|
||||
|
||||
if (items.blockMissing === true || items.enforceStaging === true) {
|
||||
stateManager.updateEnvironment(Environment.STAGING);
|
||||
} else {
|
||||
stateManager.updateEnvironment(Environment.STABLE);
|
||||
}
|
||||
|
||||
if (items.disablePrefetch !== false) {
|
||||
|
||||
chrome.privacy.network.networkPredictionEnabled.set({
|
||||
|
Reference in New Issue
Block a user