Skip to content

Commit 41c9b00

Browse files
authored
Update README.md
1 parent 58571ac commit 41c9b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $cors = new CorsService([
6060
'allowedOrigins' => ['http://localhost', 'https://*.example.com'],
6161
'allowedOriginsPatterns' => ['/localhost:\d/'],
6262
'exposedHeaders' => ['Content-Encoding'],
63-
'maxAge' => false,
63+
'maxAge' => 0,
6464
'supportsCredentials' => false,
6565
]);
6666

0 commit comments

Comments
 (0)