mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Add ContentController->handleWidget() to $allowed_actions
Required by recent $allowed_actions security fix
This commit is contained in:
parent
eecd34868f
commit
190e0b8a47
@ -29,6 +29,7 @@ class ContentController extends Controller {
|
||||
public static $allowed_actions = array (
|
||||
'PageComments',
|
||||
'successfullyinstalled',
|
||||
'handleWidget',
|
||||
'deleteinstallfiles' // secured through custom code
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user