Add .well-known/security.txt

This commit is contained in:
redfast00 2020-11-17 05:08:03 +01:00
parent 61b559c28d
commit ed724929e9
No known key found for this signature in database
GPG key ID: 5946E0E34FD0553C
2 changed files with 7 additions and 0 deletions

4
Rules
View file

@ -235,6 +235,10 @@ route '/**/*.{erb,html,md}' do
"#{item.identifier.without_ext}/index.html"
end
route %r[/well-known/(.+)] do |rest|
"/.well-known/" + rest[0]
end
# Let anything else simply pass through
passthrough '/**/*'

View file

@ -0,0 +1,3 @@
Contact: mailto:admin@zeus.ugent.be
Preferred-Languages: nl,en
Policy: https://git.zeus.gent/bestuur/drive/-/blob/master/varia/responsible_disclosure_policy_nl.md