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
If you set to false, it removes any default ones, which is a bit annoying, as I only want to replace one, but have to set to false, so need to manually reset defaults.
I'd like to modify and override some default values printend in the
_headers
file, but I can't find how.To be more specific, I want to set the
strict-origin-when-cross-origin
as the value forReferrer-Policy
, while the default configuration hasorigin
.I tried by passing this option object into
nuxt.config.js
but as a result, the
_headers
file contains two entries forReferrer-Policy
, as follows:How can I replace this value instead of appending it?
The text was updated successfully, but these errors were encountered: