adex.link

This is where you should report issues arising from the subscription filters.
Locked
PUREXER
New Member
New Member
Posts: 3
Joined: Mon Apr 24, 2017 11:26 am

adex.link

Post by PUREXER »

Code: Select all

https://adex.link
https://cdn.adex.link
The website is completely broken.

The problem seem to be caused by those filters:

Code: Select all

/adex.$domain=~adex.alphalab.com|~adex.cloud|~adex.tech|~adextechnologies.com

/adEx_
Solution: whitelisting adex.link by adding exception to the first filter

Code: Select all

|~adex.link
The filter will be like this:

Code: Select all

/adex.$domain=~adex.alphalab.com|~adex.cloud|~adex.tech|~adextechnologies.com|~adex.link
Thanks
Locked