You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DNR: Error during creating indexed rule with hash: Cannot create IRule from filter "0" and line "1": "$redirect modifier is invalid" in the rule: "||widgets.outbrain.com/outbrain.js^$domain=allocine.fr,redirect=outbrain-widget.js"
Gracefully returning value would be preferred in these kinds of situations.
One possible idea is, we can replace a value of $redirect to noopjs temporarily then rollback after the conversion.
The text was updated successfully, but these errors were encountered:
seia-soto
changed the title
Graceful return for unsupported redirect resources
Gracefully returning DNR for unsupported redirect resources
Oct 30, 2024
Currently, AdGuard converter doesn't allow using unlisted redirect resource in
$redirect
filters.outbrain-widget.js
is supported by uBlock Origin but it's not listed in their supported redirect names: https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-redirects.md#redirect-resourcesAs a result, the converter throws an error:
Gracefully returning value would be preferred in these kinds of situations.
One possible idea is, we can replace a value of
$redirect
tonoopjs
temporarily then rollback after the conversion.The text was updated successfully, but these errors were encountered: