Skip to content

Commit c503910

Browse files
committed
secureCookie config docs
1 parent 004f4a8 commit c503910

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ CSRFProtector configuration
1616
- `jsPath`: location of the js file **relative** to `config.php`. <br>**Default:** `../js/csrfprotector.js`
1717
- `jsUrl`: **Absolute url** of the js file. (See [Setting up](https://github.com/mebjas/CSRF-Protector-PHP/wiki/Setting-up-CSRF-Protector-PHP-in-your-web-application) for more information)
1818
- `tokenLength`: length of csrfp token, Default `10`
19+
- `secureCookie`: sets the "secure" HTTPS flag on the cookie. <br>**Default: `false`**
1920
- `disabledJavascriptMessage`: messaged to be shown if js is disabled (string)
2021
- `verifyGetFor`: regex rules for those urls for which csrfp validation should be enabled for `GET` requests also. (View [verifyGetFor rules](https://github.com/mebjas/CSRF-Protector-PHP/wiki/verifyGetFor-rules) for more information)

0 commit comments

Comments
 (0)