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

fix: allow AppleWebKit user-agent #8962

Merged
merged 1 commit into from
Sep 6, 2023
Merged

fix: allow AppleWebKit user-agent #8962

merged 1 commit into from
Sep 6, 2023

Conversation

stephanegigandet
Copy link
Contributor

The new regexp to identify crawlers is a bit too aggressive (Apple matches AppleWebKit which is listed in most browser user-agents) (from this change: b23339c )

e.g. Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15

@sonarcloud
Copy link

sonarcloud bot commented Sep 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@raphael0202 raphael0202 merged commit f4fa9ce into main Sep 6, 2023
14 checks passed
@raphael0202 raphael0202 deleted the allow-applewebkit branch September 6, 2023 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants