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

feat(nginx)!: add nginx security headers to default config #681

Merged
merged 1 commit into from Jun 9, 2021
Merged

feat(nginx)!: add nginx security headers to default config #681

merged 1 commit into from Jun 9, 2021

Conversation

Toub
Copy link
Contributor

@Toub Toub commented Jun 8, 2021

BREAKING CHANGE: The following headers are added by default :

add_header X-Frame-Options "deny";
add_header X-XSS-Protection "1; mode=block";
add_header X-Content-Type-Options "nosniff";

@Toub Toub changed the title BREAKING CHANGE: add nginx security headers to default config feat: add nginx security headers to default config Jun 8, 2021
@revolunet
Copy link
Member

Merci !!

@douglasduteil peux-tu stp nous confirmer qu'on est bon sur le message pour generer un breaking change ?

@revolunet revolunet changed the title feat: add nginx security headers to default config feat(nginx)!: add nginx security headers to default config Jun 9, 2021
@revolunet revolunet merged commit b9f3f09 into SocialGouv:master Jun 9, 2021
SocialGroovyBot added a commit that referenced this pull request Jun 9, 2021
# [6.19.0](v6.18.1...v6.19.0) (2021-06-09)

### Features

* add nginx security headers to default config ([#681](#681)) ([b9f3f09](b9f3f09))
@github-actions
Copy link

github-actions bot commented Jun 9, 2021

🎉 This PR is included in version 6.19.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants