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

fix useragent

parent e671de6b
No related branches found
No related tags found
1 merge request!2249Development
......@@ -137,7 +137,7 @@ class TilesController extends Controller
$mission = [
"resulthash" => $result_cache_key,
"url" => $endpoint . "?" . http_build_query($params),
"useragent" => "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:81.0) Gecko/20100101 Firefox/81.0",
"useragent" => Request::useragent(),
"headers" => [
"Content-Type" => "application/json",
"Authorization" => "Bearer " . config("metager.taketiles.public_key"),
......
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