You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: