We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://forum.adguard.com/showthread.php?7528
Third-party request was blocked by rule
||traq.li^$third-party
https://ci3.googleusercontent.com/proxy/xInq9zlHUkhfo-01ET8UE7ihcifdb-iu0DRyXY4ZJWpuctOjhKX7neci2D5g0KSCz4WyN1Lp5QrftN6Qu8U5S-rw-Jc9j0x2aK8EB7TJIMGh87SN83ODi23M8FHfcyFOexkSCf1qYHujR6U7SNHIzSZUaJQ=s0-d-e1-ft#http://api.traq.li/url/image?url=http://go.publisher-news.com/AVDNinRDp3bAwNgUCMPL&w=500&h=300
The text was updated successfully, but these errors were encountered:
@Stillness-2 look at regexp we use for "||" symbol.
Now it's something like https:?// Should be ^https://
https:?//
^https://
Sorry, something went wrong.
Now it's: ^https?://([a-z0-9-_.]+\\.)?
^https?://([a-z0-9-_.]+\\.)?
In current beta?
I think in release version too
Ops, false alarm, it is for browser extension:)
vityevato
No branches or pull requests
http://forum.adguard.com/showthread.php?7528
Third-party request was blocked by rule
https://ci3.googleusercontent.com/proxy/xInq9zlHUkhfo-01ET8UE7ihcifdb-iu0DRyXY4ZJWpuctOjhKX7neci2D5g0KSCz4WyN1Lp5QrftN6Qu8U5S-rw-Jc9j0x2aK8EB7TJIMGh87SN83ODi23M8FHfcyFOexkSCf1qYHujR6U7SNHIzSZUaJQ=s0-d-e1-ft#http://api.traq.li/url/image?url=http://go.publisher-news.com/AVDNinRDp3bAwNgUCMPL&w=500&h=300
The text was updated successfully, but these errors were encountered: