evothings / evothings-studio

Evothings Studio
http://www.evothings.com/
Apache License 2.0
53 stars 33 forks source link

Remove "Content-Security-Policy" meta tags. #90

Open fredrikeldh opened 9 years ago

fredrikeldh commented 9 years ago

Some recent versions of Cordova (which ones?) create a default index.html file containing a tag meta http-equiv="Content-Security-Policy", which interferes with our workbench. Edit the server to filter out such tags while sending html files to clients.

The server already adds the "hyper-reloader.js" tag to files. That function could be expanded to serve this issue.

Source: https://evothings.com/forum/viewtopic.php?f=8&t=1525