DmytroLitvinov / django-http-referrer-policy

Django middleware implementing the Referrer-Policy header

Home Page:https://django-http-referrer-policy.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VALID_REFERRER_POLICIES should be a set

sobolevn opened this issue · comments

This a minor thing, but set will be faster for in operation.

Nice catch.

Going to refactor that.