Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add smarter referer blocking #66

Merged
merged 12 commits into from
Jun 5, 2018
Merged

Add smarter referer blocking #66

merged 12 commits into from
Jun 5, 2018

Conversation

cowlicks
Copy link
Owner

This starts building out a system for being smarter about referer blocking. The current system I'm working on:

  • block all third party referers in requests
  • if the response has a 4XX status code - retry with the original referer

This should solve issues like #57 and #25 while still preserving privacy where possible. And without maintaining a whitelist.

@cowlicks cowlicks mentioned this pull request Jun 1, 2018
@cowlicks cowlicks merged commit 6b6cb4e into master Jun 5, 2018
This was referenced Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant