Would it make sense to add the following to the REQUEST_IGNORE_USER_AGENTS
r'^(?!Mozilla).*', # all browsers' user agent ~ Mozilla* https://stackoverflow.com/questions/1114254/
I am asking about adding this to my settings, not the django-request repo (which might be an option too).