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 2264c5e commit b1f6bb5Copy full SHA for b1f6bb5
1 file changed
src/Bridges/HttpDI/HttpExtension.php
@@ -41,7 +41,7 @@ public function getConfigSchema(): Nette\Schema\Schema
41
'csp' => Expect::arrayOf('array|scalar|null'), // Content-Security-Policy
42
'cspReportOnly' => Expect::arrayOf('array|scalar|null'), // Content-Security-Policy-Report-Only
43
'featurePolicy' => Expect::arrayOf('array|scalar|null'), // Feature-Policy
44
- '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
45
]);
46
}
47
0 commit comments