breunigs / hipsterpizza

allows group orders on pizza.de // ermöglicht Gruppenbestellungen auf pizza.de
ISC License
39 stars 4 forks source link

Errors loading js libs #36

Open redflo opened 8 years ago

redflo commented 8 years ago

I see these errors: Refused to load the script 'https://use.typekit.net/izp0ggb.js' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval' 'unsafe-inline'".

pizzade:43 Refused to load the script 'http://dev.visualwebsiteoptimizer.com/deploy/js_visitor_settings.php?v=1&...' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval' 'unsafe-inline'". (anonymous function) @ pizzade:43 pizzade:80 Refused to load the script 'http://www.googletagmanager.com/gtm.js?id=GTM-NVGRHT' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval' 'unsafe-inline'".

and some more. And typing a PLZ only the first digit is accepted. Maybe this is connected to the failed js libs?

breunigs commented 8 years ago

Some of these errors are expected, this is actually by design. This saves HipsterPizza from adding a lot of workarounds for third party scripts that might modify things. Also, less tracking. In any case, the first few steps work fine for me on the public instance (pizza.yrden.de). Can you try a different browser? Try with a fresh profile without any addons? Try with adblock enabled? Does selecting a shop work for you on the public instance?