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

Use device detector to filter bots #277

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Mar 27, 2019

  1. Add dependency on device detector

    Use the device detector gem to identify bots as they have a much better maintained list. Straightforward swap.
    tacataca committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    3faff87 View commit details
    Browse the repository at this point in the history
  2. Small update to tests

    - Add a second test for wild card matching.
    - A-Online Search doesn't appear on the latest bot user agent lists, so
    changing with another example.
    tacataca committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    3a96c1b View commit details
    Browse the repository at this point in the history
  3. Update impressionist:bots rake task

    Remove nokogiri dependency and update task to use list from
    device_detector
    tacataca committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    0d864e3 View commit details
    Browse the repository at this point in the history
  4. Update readme

    tacataca committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    c43fb79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    630b568 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfcfaf7 View commit details
    Browse the repository at this point in the history