-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
Improved handling of ignore_user_agents #3238
Merged
Merged
Commits on May 5, 2023
-
Improve ignore_user_agents functionality
Modified the code to skip request logging for all user agents that contain any substring of an ignored agent in the ignore_user_agents config. The previous code only matched the exact string of user_agent with the ignore_user_agents config using in_array function, which resulted in some requests not being skipped from logging. Now, the code uses stristr function to match the string partially and case-insensitive, which improves the functionality of ignore_user_agents.
Configuration menu - View commit details
-
Copy full SHA for 59712fa - Browse repository at this point
Copy the full SHA 59712faView commit details
Commits on May 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b7d3348 - Browse repository at this point
Copy the full SHA b7d3348View commit details -
Configuration menu - View commit details
-
Copy full SHA for b186f42 - Browse repository at this point
Copy the full SHA b186f42View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3c993d - Browse repository at this point
Copy the full SHA f3c993dView commit details
Commits on May 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 20e8387 - Browse repository at this point
Copy the full SHA 20e8387View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe20b01 - Browse repository at this point
Copy the full SHA fe20b01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 761f2cc - Browse repository at this point
Copy the full SHA 761f2ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bef18a - Browse repository at this point
Copy the full SHA 6bef18aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 519b9e3 - Browse repository at this point
Copy the full SHA 519b9e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3c9dab - Browse repository at this point
Copy the full SHA b3c9dabView commit details
Commits on May 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 46803c1 - Browse repository at this point
Copy the full SHA 46803c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for df80a7a - Browse repository at this point
Copy the full SHA df80a7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 752f4c4 - Browse repository at this point
Copy the full SHA 752f4c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42c5955 - Browse repository at this point
Copy the full SHA 42c5955View commit details
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.