Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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:`
- Loading branch information