1
0
mirror of https://github.com/mrclay/minify.git synced 2025-03-14 17:39:39 +01:00

4 lines
117 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
</IfModule>