wurstscript / wurstscript.github.io

WurstScript website and documentation
https://wurstlang.org/
Apache License 2.0
8 stars 15 forks source link

cant load prism.js #17

Closed PhoenixZeng closed 5 years ago

PhoenixZeng commented 5 years ago

Failed to load resource: net::ERR_BLOCKED_BY_CLIENT or GET https://bin.wurstlang.org/prism/prism.js net::ERR_BLOCKED_BY_CLIENT

proxy is useless

on bin.wurstlang.org

Frotty commented 5 years ago

I'm not sure what causes this, perhaps has something to do with cloudflare? It works for me in postman and browser, but e.g. on https://resttesttest.com/ it does the same error.

PhoenixZeng commented 5 years ago

maybe we can try to change the prism.js to cdnjs e.g. https://cdnjs.com/libraries/prism

Frotty commented 5 years ago

So the rest of the page works? On resttest nothing works.

PhoenixZeng commented 5 years ago

i dont sure . but a part of the site is workd

Frotty commented 5 years ago

I replaced it with cdn link, please check again.

PhoenixZeng commented 5 years ago

it workd.

Frotty commented 5 years ago

The same now happens for the site. Maybe the version we use contains a security vulnerability or something..

Frotty commented 5 years ago

Nevermind, it's an easylist rule issue https://github.com/easylist/easylist/issues/3567

PhoenixZeng commented 5 years ago

Absolutely unexpected