Skip to content

Commit

Permalink
detect-modified-html-element.sh update fake user-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
oh2fih committed Jul 26, 2024
1 parent 047a02c commit 503fca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/detect-modified-html-element.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ CACHE="${CACHE:-.detect-modifier-html-element-sha512sum}"
# Fake user-agent for curl

UA="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 "
UA+="(KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36"
UA+="(KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36"

# Check for requirements. Print all unmet requirements at once.

Expand Down

0 comments on commit 503fca3

Please sign in to comment.