We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58571ac commit 41c9b00Copy full SHA for 41c9b00
README.md
@@ -60,7 +60,7 @@ $cors = new CorsService([
60
'allowedOrigins' => ['http://localhost', 'https://*.example.com'],
61
'allowedOriginsPatterns' => ['/localhost:\d/'],
62
'exposedHeaders' => ['Content-Encoding'],
63
- 'maxAge' => false,
+ 'maxAge' => 0,
64
'supportsCredentials' => false,
65
]);
66
0 commit comments