Skip to content

Commit

Permalink
use latest ms edge user-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
jksolbakken committed Jul 17, 2024
1 parent e4648bf commit 5168bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkfollower.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const userAgent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246'
const userAgent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.2592.102'
const metaRefreshPattern = '(CONTENT|content)=["\']0;[ ]*(URL|url)=(.*?)(["\']*>)'

const MAX_REDIRECT_DEPTH = 10;
Expand Down

0 comments on commit 5168bbc

Please sign in to comment.