Skip to content

Commit fcb1eee

Browse files
committed
[mv3] Add missing call to re-register content scripts
Related feedback: uBlockOrigin/uBOL-home#635
1 parent 58ac2df commit fcb1eee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/mv3/extension/js/admin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ const adminSettings = {
132132
if ( this.keys.has('noFiltering') ) {
133133
ubolLog('admin setting "noFiltering" changed');
134134
const filteringModeDetails = await readFilteringModeDetails(true);
135+
await registerInjectables();
135136
broadcastMessage({ filteringModeDetails });
136137
}
137138
if ( this.keys.has('showBlockedCount') ) {

0 commit comments

Comments
 (0)