fix: fallabck value for HTTP_USER_AGENT should be a string
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:`
Please register or sign in to comment