mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
fix: update regex for cookie flags to allow empty values
This commit is contained in:
parent
ee635c36a6
commit
e648db58c5
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
"help": "Cookie flags automatically added to all cookies (value accepted for nginx_cookie_flag_module).",
|
||||
"id": "cookie-flags",
|
||||
"label": "Cookie flags",
|
||||
"regex": "^(\\*|[^;]+)( (HttpOnly|(SameSite)(?!.*\\4)(=(Lax|Strict))?)(?!.*\\3))*$",
|
||||
"regex": "^(\\*|[^;]+)?( (HttpOnly|(SameSite)(?!.*\\4)(=(Lax|Strict))?)(?!.*\\3))*$",
|
||||
"type": "text",
|
||||
"multiple": "cookie-flags"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue