We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6099c18 commit bcf200cCopy full SHA for bcf200c
src/bg/Settings.js
@@ -182,14 +182,15 @@ var Settings = {
182
if (typeof unrestrictedTab === "boolean") {
183
await ns.toggleTabRestrictions(tabId, !unrestrictedTab);
184
}
185
+
186
+ if (xssUserChoices) await XSS.saveUserChoices(xssUserChoices);
187
188
if (reloadAffected && tabId !== -1) {
189
try {
190
browser.tabs.reload(tabId);
191
} catch (e) {}
192
193
- if (xssUserChoices) await XSS.saveUserChoices(xssUserChoices);
-
194
if (reloadOptionsUI) await this.reloadOptionsUI();
195
},
196
0 commit comments