public class SameSiteCookieConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
addSecureForNone
If this is true then the 'secure' attribute will automatically be sent on
cookies with a SameSite attribute of None.
|
boolean |
caseSensitive
If the cookie pattern is case sensitive
|
boolean |
enableClientChecker
Some User Agents break when sent SameSite=None, this will detect them and avoid sending the value
|
io.vertx.core.http.CookieSameSite |
value
The value to set in the samesite attribute
|
| Constructor and Description |
|---|
SameSiteCookieConfig() |
@ConfigItem public boolean caseSensitive
@ConfigItem public io.vertx.core.http.CookieSameSite value
@ConfigItem(defaultValue="true") public boolean enableClientChecker
@ConfigItem(defaultValue="true") public boolean addSecureForNone
Copyright © 2021 JBoss by Red Hat. All rights reserved.