diff --git a/Rules b/Rules index e6fb788..afd8db1 100644 --- a/Rules +++ b/Rules @@ -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 '/**/*' diff --git a/content/well-known/security.txt b/content/well-known/security.txt new file mode 100644 index 0000000..f142768 --- /dev/null +++ b/content/well-known/security.txt @@ -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 \ No newline at end of file