useragent consistency issue discovered in code review

This commit is contained in:
Mike Macgirvin 2022-07-14 17:28:54 -07:00
parent 0fa3363656
commit 46fec47fdb

View file

@ -189,7 +189,7 @@ class Oembed
'accept_content' => "text/*",
'novalidate' => true,
'session' => ((local_channel() && $zrl) ? true : false),
'useragent' => "Mozilla 5/0 (compatible; $ident)"
'useragent' => "Mozilla/5.0 (compatible; $ident)"
]
);