Actions
Feature proposal #4473
closedImplement parameter to shut off URL token validation
Description
Token validation is added security, but if you want to use the URLs on frontend it's best not to validate the token as you don't want it exposed. Add option to disable token validation, but provide a heavy warning regarding this as the URLs could be spammed.
Updated by krileon about 10 years ago
- Status changed from Assigned to Rejected
- % Done changed from 0 to 100
Rejected as am not comfortable implementing a way around the security. Manual action firing is a heavy process and allowing it for anything except administrative usages is just begging for trouble. Instead implement a frontend URL that's designed to fire a single action and actually display its results so you could have a Code action output a custom page for example.
Actions