AdGuardForSafari
AdGuardForSafari copied to clipboard
Can't apply element hiding rule to the element inside IFRAME
@Alex-302 commented on Sat Sep 09 2017
Original issue https://github.com/AdguardTeam/AdguardFilters/issues/6595#issuecomment-328218629
Does not work: t3n-de.cdn.ampproject.org##amp-iframe
works: google.de##amp-iframe
@ameshkov commented on Sun Sep 17 2017
The thing is that this is how it is supposed to work in Safari.
if-domain
/unless-domain
are checked against the window domain, frame domain is ignored.
We can fix this if we use url-filter
instead of the if-domain
, but it's not good from the performance point of view.
Hi @ameshkov ,
is this issue only about hiding rules or other ones too?
I'm asking that because this fix doesn't work with Safari:
https://github.com/easylist/easylist/issues/3916
On the contrary,
@@||kataweb.it/wt/wt.js?http$domain=**huffingtonpost.it**
works.
Yeah, that's about blocking rules (and $domain modifier) as well
Ok, thanks.
Hello, any update here? :)
Well, not really, that's just how Safari works. We can take another look, but I doubt we'll change much
Ok, thanks anyway :)