mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 11:05:46 +02:00
IMPR: Disable search security id for Cache control
This commit is contained in:
parent
7ad1420feb
commit
4c1e1fd38f
@ -154,6 +154,7 @@ class PageControllerEx extends Extension
|
||||
)->setFormMethod('GET');
|
||||
|
||||
$form->setLegend('Search ' . $config->getField('Title') . ' Website');
|
||||
$form->disableSecurityToken();
|
||||
|
||||
return $form;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user