Skip to content

Commit

Permalink
chore: update laravel 11.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pushpak1300 committed Jan 22, 2025
1 parent 0354e9c commit 6917380
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@

# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteRule .* - [E=HTTP_A

# Handle X-XSRF-Token Header
RewriteCond %{HTTP:x-xsrf-token} .
RewriteRule .* - [E=HTTP_X_XSRF_TOKEN:%{HTTP:X-XSRF-Token}]

# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
Expand Down

0 comments on commit 6917380

Please sign in to comment.