spelling: referrer

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-12-18 20:26:19 -05:00
parent 6aa5374bd3
commit d27c611cc0
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ class MixinSameOrigin:
('http://example.com:81/page.html', 'http://example.com/not-page.html', None),
('http://example.com/page.html', 'http://example.com:81/not-page.html', None),
# Different protocols: do NOT send refferer
# Different protocols: do NOT send referrer
('https://example.com/page.html', 'http://example.com/not-page.html', None),
('https://example.com/page.html', 'http://not.example.com/', None),
('ftps://example.com/urls.zip', 'https://example.com/not-page.html', None),