webview_flutter_plus
webview_flutter_plus copied to clipboard
what is argument: headers?
when I load local html which is built by vue-cli, but i got an error:
Refused to execute http://localhost:52746/assets/dist/js/app.f3d1d93c.js as script because "X-Content-Type-Options: nosniff" was given and its Content-Type is not a script MIME type.
How can I fix it? Is it useful to set headers of arguments?
Could you tell me how you handled it?