FiltersCompiler icon indicating copy to clipboard operation
FiltersCompiler copied to clipboard

Invalid conversion to uBO syntax - added redundant modifiers to `$reidrect` rules

Open Alex-302 opened this issue 3 weeks ago • 5 comments

/\/\d{3}$/$xmlhttprequest,redirect=nooptext,domain=rucelka.com

is converted to

/\/\d{3}$/$xmlhttprequest,redirect=noop.txt,domain=rucelka.com,image,media,subdocument,stylesheet,script,xmlhttprequest,other

URL of the filter: https://filters.adtidy.org/extension/ublock/filters/1.txt

Why this part was added? image,media,subdocument,stylesheet,script,xmlhttprequest,other also xmlhttprequest is duplicated because of it.

Alex-302 avatar Oct 17 '25 10:10 Alex-302