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

feat(plugin) bot-detection #1413

Merged
merged 9 commits into from
Jul 27, 2016
Merged

feat(plugin) bot-detection #1413

merged 9 commits into from
Jul 27, 2016

Conversation

Tieske
Copy link
Member

@Tieske Tieske commented Jul 17, 2016

Note: new features are to be opened against next, hotfixes against master.

Summary

Plugin to reject requests by bots. Inludes black and whitelist options

Full changelog

  • added a plugin
  • added extra tests for bad regexes
  • added docs for wait_until test helper

Issues resolved

Replaces #1259

@Tieske Tieske changed the title Feature/bots feat(plugin) bot-detection Jul 17, 2016
@Tieske Tieske added this to the 0.9 milestone Jul 20, 2016
end

if user_agent then
user_agent = stringy.strip(user_agent)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't use stringy but Kong's utils.strip().

@subnetmarco subnetmarco merged commit 8c18b48 into next Jul 27, 2016
@subnetmarco subnetmarco deleted the feature/bots branch July 27, 2016 19:53
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.

3 participants