mirror of
https://github.com/pretix/pretix.git
synced 2026-01-06 21:42:27 +00:00
* Add more security headers (#458) * Include some missing security headers This change adds the following security headers: * X-Content-Type-Options to prevent content type sniffing * Referrer-Policy to prevent leaking referrer information when navigating away from the instance * Migrate from Docker sample to manual configuration Migrate the additional security headers from the Docker configuration sample to the manual configuration guide. Add DS_Store to gitingore * Show order locale in order details * Add OrderLocaleChange view and OrderLocaleForm Refactor OrderLocaleForm. Add test
27 lines
220 B
Plaintext
27 lines
220 B
Plaintext
env/
|
|
.coverage
|
|
htmlcov/
|
|
.ropeproject
|
|
*.sqlite3
|
|
*.db
|
|
*.py[cod]
|
|
*.swp
|
|
*.aux
|
|
*.log
|
|
*.toc
|
|
*.mo
|
|
*~
|
|
.ropeproject
|
|
__pycache__/
|
|
_static/
|
|
.idea
|
|
.secret
|
|
atlassian-ide-plugin.xml
|
|
pretixeu/
|
|
local/
|
|
.project
|
|
.pydevproject
|
|
.DS_Store
|
|
|
|
|