update antibot and default template

*add margin-top on some antibot files
*change method to post for javascript template
*remove -{-raw-} syntax on default
This commit is contained in:
BlasenhauerJ 2023-04-24 19:54:26 +02:00
parent 823c128233
commit e7d61a67ce
5 changed files with 246 additions and 249 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -226,7 +226,7 @@
<div class="mt-4 lds-roller"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div>
</div>
{-raw-}
<form class="hidden" action="{*antibot_uri*}" id="form">
<form method="post" class="hidden" action="{*antibot_uri*}" id="form">
<input type="hidden" name="challenge" id="challenge">
</form>
</div>

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,3 @@
{-raw-}
<!DOCTYPE html>
<html lang="en">
<head>
@ -261,4 +260,3 @@
<!-- end content -->
</body>
</html>
{-raw-}