Menu

#2 Nodogsplash returns .css files with mime-type text/html.

v1.0 (example)
open
nobody
5
2015-04-06
2015-04-06
Vadim
No

For example:

<style> @import url("$imagesdir/stylesheet.css"); </style>
<style> @import url("/images/stylesheet.css"); </style>
<link href="/images/stylesheet.css.html" type="text/css" rel="stylesheet">

returns content of css file, but with mime-type text/html (not text/css).
So browsers doesn't load it as css file.

Discussion


Log in to post a comment.