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
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 typetext/html
instead ofapplication/javascript
.This is at the top of my .htaccess:
AddType application/javascript js jsonp
gulp-livereload v4.0.2 node v18.4.0