mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00: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 (
|
public static $allowed_actions = array (
|
||||||
'PageComments',
|
'PageComments',
|
||||||
'successfullyinstalled',
|
'successfullyinstalled',
|
||||||
|
'handleWidget',
|
||||||
'deleteinstallfiles' // secured through custom code
|
'deleteinstallfiles' // secured through custom code
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user