-
rboyer-anybox authored
if `request.META["HTTP_USER_AGENT"]` is not set the fallback value should an empty string instead of None or else we get a `TypeError: argument of type 'NoneType' is not iterable` on `if 'WebKit' in user_agent:`
255c1d11
if `request.META["HTTP_USER_AGENT"]` is not set the fallback value should an empty string instead of None or else we get a `TypeError: argument of type 'NoneType' is not iterable` on `if 'WebKit' in user_agent:`