projects
/
authserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d42db7c
)
add UnsafeAllow3F flag so auth keeps on working after Apache security fixes
master
author
Robert Kaiser
<kairo@kairo.at>
Sun, 18 Aug 2024 13:15:09 +0000
(15:15 +0200)
committer
Robert Kaiser
<kairo@kairo.at>
Sun, 18 Aug 2024 13:15:09 +0000
(15:15 +0200)
app/.htaccess
patch
|
blob
|
blame
|
history
diff --git
a/app/.htaccess
b/app/.htaccess
index 839b7b0c153444ff0cd4267232a98f3e8bbc5fcc..98c194cc91976e15e6ada955dabe66943051ad1e 100644
(file)
--- a/
app/.htaccess
+++ b/
app/.htaccess
@@
-4,5
+4,5
@@
Options -MultiViews
RewriteEngine On
# Send calls to the PHP equivalents.
RewriteCond %{query_string} ^(.+) [NC]
-RewriteRule ^(authorize|token|api)$ $1.php?%1 [L,NE,PT]
-RewriteRule ^(authorize|token|api)$ $1.php [L,NE,PT]
+RewriteRule ^(authorize|token|api)$ $1.php?%1 [L,NE,PT
,UnsafeAllow3F
]
+RewriteRule ^(authorize|token|api)$ $1.php [L,NE,PT
,UnsafeAllow3F
]