diff --git a/src/js/PrivacyWire.js b/src/js/PrivacyWire.js index adaab07..71e2dcf 100644 --- a/src/js/PrivacyWire.js +++ b/src/js/PrivacyWire.js @@ -432,7 +432,7 @@ class PrivacyWire { } if (!allowed) { this.updateDisallowedElement(el); - return; + continue; } this.updateAllowedElement(el); }