Search found 5 matches

by cretz
Thu Jan 11, 2018 5:49 pm
Forum: EasyList Subscriptions
Topic: Handling "/$file/analytics." rule
Replies: 11
Views: 4042

Re: Handling "/$file/analytics." rule

This is since there's a "/" character after the "$" and so the text after "$" is not considered to be filter options. Thanks! That helps a lot. But that appears to be implementation-dependent and not the same as the docs from here and here . In my opinion, EasyList sho...
by cretz
Wed Jan 10, 2018 10:21 pm
Forum: EasyList Subscriptions
Topic: Handling "/$file/analytics." rule
Replies: 11
Views: 4042

Re: Handling "/$file/analytics." rule

Yup, I pointed out the commit in my issue: https://github.com/easylist/easylist/issues/809. With the adblock rules that I read, it is tough to determine options from dollar signs in URLs in some ambiguous situations. Unfortunately, here I was just told to check what happens instead of details on exa...
by cretz
Thu Jan 04, 2018 8:19 pm
Forum: EasyList Subscriptions
Topic: Handling "/$file/analytics." rule
Replies: 11
Views: 4042

Re: Handling "/$file/analytics." rule

Why is it not interpreted as an option? What about

Code: Select all

/$domain=foo.com
? Does that block

Code: Select all

http://example.com/$domain=foo.com
? I will go parse the code to see what is happening, but at least to me it seems ambiguous.
by cretz
Thu Jan 04, 2018 5:44 pm
Forum: EasyList Subscriptions
Topic: Handling "/$file/analytics." rule
Replies: 11
Views: 4042

Re: Handling "/$file/analytics." rule

Sorry, that post was from a brand new topic I created and it was moved by mods here. My post does not ask what the ABP program is doing, it is asking about the format. ABP is not the only blocker using those rules. Maybe this is not the place to discuss ambiguity in the syntax.
by cretz
Wed Jan 03, 2018 6:48 pm
Forum: EasyList Subscriptions
Topic: Handling "/$file/analytics." rule
Replies: 11
Views: 4042

/$file/analytics.

I posted an issue at https://github.com/easylist/easylist/issues/809 but is this the proper place instead? According to ad block rules, "$file" is an option there? What kind of option? Is this just an invalid rule?