gulp-livereload
gulp-livereload copied to clipboard
livereload.js MIME type issue - text/html instead of application/javascript
I've just implemented X-Content-Type-Options "nosniff" and see that livereload.js can't be run because it's being served as MIME type text/html instead of application/javascript.
This is at the top of my .htaccess: AddType application/javascript js jsonp
gulp-livereload v4.0.2 node v18.4.0