import url scopes get filtered out by email protection
Closed this issue · 4 comments
It looks like this is a bug in Cloudflares email obfuscation as they claim it does not apply within script tags. See eg https://support.cloudflare.com/hc/en-us/articles/200170016-What-is-Email-Address-Obfuscation-
I'd suggest disabling the cloudflare feature, following up with them further, or disabling as per the instructions in the link above.
Also are you seeing this on the jspm website itself? The website doesn't have any HTML rewrites enabled and I can't replicate that.
Also are you seeing this on the jspm website itself? The website doesn't have any HTML rewrites enabled and I can't replicate that.
Yes on https://jspm.org.
I am disabling JavaScript by default with NoScript. If I enable JavaScript the package scopes names are not filtered out.
Wow, I did not even realise that feature was being applied. Disabled, thanks!