You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,5 +16,6 @@ CSRFProtector configuration
16
16
-`jsPath`: location of the js file **relative** to `config.php`. <br>**Default:**`../js/csrfprotector.js`
17
17
-`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)
18
18
-`tokenLength`: length of csrfp token, Default `10`
19
+
-`secureCookie`: sets the "secure" HTTPS flag on the cookie. <br>**Default: `false`**
19
20
-`disabledJavascriptMessage`: messaged to be shown if js is disabled (string)
20
21
-`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