I am using MVC6 (asp.net 5) using angular and trying to load scripts from CDN locations when my code is running in release mode, but for some reason the scripts NEVER load.<
If you want to workaround the issue, add the following in your application.conf file.
application.conf
play.filters.disabled += "play.filters.headers.SecurityHeadersFilter"