jspm / jspm.org

jspm.org website
https://jspm.org
13 stars 17 forks source link

import url scopes get filtered out by email protection #9

Closed make-github-pseudonymous-again closed 3 years ago

make-github-pseudonymous-again commented 3 years ago

2020-09-02-175321_1141x430

Scopes are proudly protected by Cloudflare's advanced email classification technology!

2020-09-02-175633_1470x509

guybedford commented 3 years ago

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.

guybedford commented 3 years ago

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.

make-github-pseudonymous-again commented 3 years ago

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.

guybedford commented 3 years ago

Wow, I did not even realise that feature was being applied. Disabled, thanks!