Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add server.headers config #7031

Closed
bep opened this issue Mar 8, 2020 · 1 comment · Fixed by #7032
Closed

Add server.headers config #7031

bep opened this issue Mar 8, 2020 · 1 comment · Fixed by #7032
Assignees
Milestone

Comments

@bep
Copy link
Member

bep commented Mar 8, 2020

It's painful/impossible to set up/debug Content Policy etc. without any support in the dev server. You end up debugging by pushing to Netlify ...

I suggest we add a server config, mostly compatible with Netlify:

[[server.headers]]
for = "/**"

[server.headers.values]
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
X-Content-Type-Options = "nosniff"
@bep bep added the Enhancement label Mar 8, 2020
@bep bep added this to the v0.67 milestone Mar 8, 2020
@bep bep self-assigned this Mar 8, 2020
bep added a commit to bep/hugo that referenced this issue Mar 8, 2020
bep added a commit to bep/hugo that referenced this issue Mar 8, 2020
bep added a commit to bep/hugo that referenced this issue Mar 8, 2020
@bep bep closed this as completed in #7032 Mar 8, 2020
bep added a commit that referenced this issue Mar 8, 2020
@github-actions
Copy link

github-actions bot commented Feb 6, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant