Add .well-known/security.txt
This commit is contained in:
parent
61b559c28d
commit
ed724929e9
2 changed files with 7 additions and 0 deletions
4
Rules
4
Rules
|
@ -235,6 +235,10 @@ route '/**/*.{erb,html,md}' do
|
||||||
"#{item.identifier.without_ext}/index.html"
|
"#{item.identifier.without_ext}/index.html"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
route %r[/well-known/(.+)] do |rest|
|
||||||
|
"/.well-known/" + rest[0]
|
||||||
|
end
|
||||||
|
|
||||||
# Let anything else simply pass through
|
# Let anything else simply pass through
|
||||||
passthrough '/**/*'
|
passthrough '/**/*'
|
||||||
|
|
||||||
|
|
3
content/well-known/security.txt
Normal file
3
content/well-known/security.txt
Normal 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
|
Loading…
Reference in a new issue