mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Protect tag_this_search with a CSRF token
This commit is contained in:
parent
ddf2e80842
commit
cf49be6940
3 changed files with 13 additions and 3 deletions
|
@ -547,7 +547,7 @@ class TagControllerTest extends WallabagCoreTestCase
|
|||
|
||||
$crawler = $client->submit($form, $data);
|
||||
|
||||
$client->click($crawler->selectLink('entry.list.assign_search_tag')->link());
|
||||
$client->submit($crawler->selectButton('entry.list.assign_search_tag')->form());
|
||||
$client->followRedirect();
|
||||
|
||||
$entries = $client->getContainer()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue