Skip to content

Commit a4db9f8

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: [AssetMapper] Fixing import parsing from jsdelivr Fix htaccess sample to use index.php instead of app.php [SecurityBundle] Add `firewalls.logout.csrf_token_manager` to XSD [Form] Fix form events phpdocs fix(mailgun-smtp): disable tls for mailgun as it should use starttls instead
2 parents 91f65b2 + 43ed99d commit a4db9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ServerBag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function getHeaders(): array
4949
* RewriteCond %{HTTP:Authorization} .+
5050
* RewriteRule ^ - [E=HTTP_AUTHORIZATION:%0]
5151
* RewriteCond %{REQUEST_FILENAME} !-f
52-
* RewriteRule ^(.*)$ app.php [QSA,L]
52+
* RewriteRule ^(.*)$ index.php [QSA,L]
5353
*/
5454

5555
$authorizationHeader = null;

0 commit comments

Comments
 (0)