#707 - Support security tokens on POST forms
| Identifier | #707 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Support security tokens on POST forms |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | core |
| Description | A security tactic is to force time-limited security tokens for POST forms, so that CSRF attacks cannot be used to perform malicious website requests.
Composr has referrer testing, but if the user has referrers disabled then their security will be diminished. Also, if a hacker somehow has access to another part of the domain the referrer check would pass. Security tokens should be optional, perhaps with a white-list of pages that don't have them. This is so people can make their own POSTed forms without having to be a PHP programmer. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
There is an option for configuring what pages to not use this with, in case external integrations are required that do not have access to the session ID.