Skip to content
Snippets Groups Projects
Commit 326da8c3 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Parameter "appversion" zur Whitelist hinzugefügt

parent d0b03651
No related branches found
No related tags found
2 merge requests!1262WIP: Resolve "Spendenseite Texte anpassen",!1213Resolve "Bot protection erweitern"
......@@ -25,7 +25,7 @@ class HumanVerification
* If someone that uses a bot finds this out we
* might have to change it at some point.
*/
if($request->filled('password') || $request->filled('key') || !env('BOT_PROTECTION', false)){
if($request->filled('password') || $request->filled('key') || $request->filled('appversion') || !env('BOT_PROTECTION', false)){
return $next($request);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment