Skip to content

/\/*\web.securenetsystems.net/ #25816

Closed Answered by gorhill
dportvine asked this question in Q&A
Oct 27, 2024 · 1 comments · 6 replies
Discussion options

You must be logged in to vote

The parser for regex-based domain doesn't expect / characters inside the regex, as these never appear in a hostname. From your screenshot, it appears what you want is really (edited to remove pointless leading .*):

||connect.facebook.net^$script,from=/web\.securenetsystems\.net$/

I do see the same error in Chromium:


I see no error in 1.60.0 because the parser for network filter option was re-worked to better detect option boundaries. It 1.60.1+ it ends up extracting /\/ as the regex, which is an invalid regex.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@gwarser
Comment options

@gorhill
Comment options

Answer selected by dportvine
@dportvine
Comment options

@gorhill
Comment options

@dportvine
Comment options

@stephenhawk8054
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants