Skip to content

Commit

Permalink
Merge pull request #235 from adobe/itsy-bitsy
Browse files Browse the repository at this point in the history
Detect Spiders and bots based on IAB bot list
  • Loading branch information
trieloff authored Nov 29, 2023
2 parents 4fff6ef + e3cf48d commit e057540
Show file tree
Hide file tree
Showing 7 changed files with 490 additions and 228 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,10 @@ jobs:
workflows:
default:
jobs:
- build
- build:
context: Project Helix
- branch-deploy:
context: Project Helix
requires:
- build
filters:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ pkg
*.map
vendor/package
junit
src/spiders.mjs

Loading

0 comments on commit e057540

Please sign in to comment.