restrict paywalled useragents; use dumps#11723
Merged
mekarpeles merged 1 commit intomasterfrom Jan 26, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds restrictions for the VibXchange user agent, identifying it as a paywalled commercial service that should use data dumps instead of scraping the website. The changes implement blocking at both the general traffic level and the API endpoint level.
Changes:
- Added VibXchange to the suspicious user agent map with explanatory comments
- Updated the API location block to explicitly block VibXchange requests with 403 Forbidden
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
Author
|
discussed on ABC |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the Nginx configuration to further restrict access from specific user agents, particularly targeting paywalled commercial services and bots. The main changes involve identifying and blocking requests from the
VibXchangeuser agent.User agent restrictions:
VibXchangeuser agent as suspicious, grouping it with ancient browsers and other restricted clients in themap $http_user_agent $is_sus_user_agentblock.VibXchange, alongside existing bot user agents likebytespiderandmeta-externalagent, returning a 403 Forbidden status.