]> git.p6c8.net - jirafeau_project.git/commitdiff
[BUGFIX] Deliver JavaScript with correct MIME type
authorDan Untenzu <untenzu@webit.de>
Thu, 12 Jan 2017 15:28:47 +0000 (16:28 +0100)
committerDan Untenzu <untenzu@webit.de>
Thu, 12 Jan 2017 15:28:47 +0000 (16:28 +0100)
The JavaScript lib is generated by a PHP file. This
file will be blocked in browsers, if the server has the
security option "X-Content-Type-Options: nosniff" set.

Set the correct MIME type (text/javascript) in the header
to avoid this behaviour.

Refs #84


No differences found

patrick-canterino.de