Skip to content

Commit

Permalink
Fixing duplicate checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
vriken authored Dec 12, 2024
1 parent f955518 commit 3033549
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions template.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ ___TEMPLATE_PARAMETERS___
"help": "If enabled, the _dcid cookie will be written with the HttpOnly flag, making it non-accsessible by javascript.",
"defaultValue": false
},
{
"type": "CHECKBOX",
"name": "httpOnlyCookie",
"checkboxText": "Write the _dcid cookie as HttpOnly",
"simpleValueType": true,
"help": "If enabled, the _dcid cookie will be written with the HttpOnly flag, making it non-accsessible by javascript.",
"defaultValue": false
},
{
"type": "CHECKBOX",
"name": "generateClientId",
Expand Down

0 comments on commit 3033549

Please sign in to comment.