mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-04 13:14:20 -04:00
* Issue #2446 : Fix passing authentication headers. Use CGIPassAuth is version is high enough * Issue #2446 : Remove CGIPassAuth due to potential issues with AllowOverride rights. * Tabs
This commit is contained in:
committed by
Alexandre Alapetite
parent
e09cf3fc71
commit
1aa2af9752
@@ -1,5 +1,5 @@
|
||||
<IfModule mod_setenvif.c>
|
||||
SetEnvIfNoCase "^Authorization$" "(.*)" HTTP_AUTHORIZATION=$1
|
||||
SetEnvIfNoCase "Authorization" "(.*)" HTTP_AUTHORIZATION=$1
|
||||
</IfModule>
|
||||
<IfModule !mod_setenvif.c>
|
||||
<IfModule mod_rewrite.c>
|
||||
|
||||
Reference in New Issue
Block a user