mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-03-01 18:31:35 +00:00
Add some security headers
This commit is contained in:
parent
ea81b945ce
commit
d3c6598e50
5 changed files with 24 additions and 8 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -4,10 +4,13 @@ node_modules
|
|||
|
||||
# Personalisation stuff
|
||||
/src/site/pug/privacy.pug
|
||||
/src/site/pug/announcements
|
||||
|
||||
# Database stuff
|
||||
db/**/*.db*
|
||||
users_export.json
|
||||
*.log
|
||||
*.csv
|
||||
|
||||
# Test stuff
|
||||
/coverage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue