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 c4be6ca commit 306161bCopy full SHA for 306161b
1 file changed
src/Bridges/HttpDI/HttpExtension.php
@@ -40,7 +40,7 @@ public function getConfigSchema(): Nette\Schema\Schema
40
'csp' => Expect::arrayOf('array|scalar|null'), // Content-Security-Policy
41
'cspReportOnly' => Expect::arrayOf('array|scalar|null'), // Content-Security-Policy-Report-Only
42
'featurePolicy' => Expect::arrayOf('array|scalar|null'), // Feature-Policy
43
- 'cookieSecure' => Expect::anyOf(null, true, false, 'auto'), // true|false|auto Whether the cookie is available only through HTTPS
+ 'cookieSecure' => Expect::anyOf(null, true, false, 'auto')->default('auto'), // true|false|auto Whether the cookie is available only through HTTPS
44
]);
45
}
46
0 commit comments