Changeset 7304c7f for app/Http/Middleware/VerifyCsrfToken.php
- Timestamp:
- 09/27/21 23:25:43 (3 years ago)
- Branches:
- develop, master
- Children:
- 582789f
- Parents:
- 2fc88ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Http/Middleware/VerifyCsrfToken.php
r2fc88ec r7304c7f 8 8 { 9 9 /** 10 * Indicates whether the XSRF-TOKEN cookie should be set on the response. 11 * 12 * @var bool 13 */ 14 protected $addHttpCookie = true; 15 16 /** 10 17 * The URIs that should be excluded from CSRF verification. 11 18 *
Note:
See TracChangeset
for help on using the changeset viewer.