Skip to content

Commit

Permalink
[mv3] Adjust as per feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Mar 4, 2025
1 parent 1dbd280 commit 987ddad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/static-net-filtering.js
Original file line number Diff line number Diff line change
Expand Up @@ -4577,7 +4577,6 @@ StaticNetFilteringEngine.prototype.dnrFromCompiled = function(op, context, ...ar
if ( rule.__modifierAction === ALLOW_REALM ) {
dnrAddRuleError(rule, `Unsupported csp exception: ${rule.__modifierValue}`);
}
patchDomainOption = true;
break;
case 'permissions':
rule.action.type = 'modifyHeaders';
Expand Down

0 comments on commit 987ddad

Please # to comment.