git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
530fc9c
Branches
Tags
master
ticket
webinterface.git
.htaccess
add nosniff
Hanno Böck
commited
530fc9c
at 2019-12-07 13:42:33
.htaccess
Blame
History
Raw
<Files config.php > Order allow,deny Deny from all </Files> <Files config.sample.php > Order allow,deny Deny from all </Files> # See https://wicg.github.io/change-password-url/ Redirect /.well-known/change-password /go/index/chpass header always set X-Content-Type-Options nosniff RewriteEngine On RewriteBase / RewriteRule ^go/(.*)$ dispatch.php?go=$1&%{QUERY_STRING} RewriteRule ^init(.*)$ go/index/initialize_useraccount?token=$1&%{QUERY_STRING} [R] RewriteRule ^verify(.*)$ go/contacts/verify?token=$1&%{QUERY_STRING} [R]