Skip to content

Commit

Permalink
Facebook browser on iOS (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrsquir committed Sep 16, 2021
1 parent 59abf25 commit 6c0c95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -158,7 +158,7 @@ const userAgentRules: UserAgentRule[] = [
['android', /Android\s([0-9\.]+)/],
['ios', /Version\/([0-9\._]+).*Mobile.*Safari.*/],
['safari', /Version\/([0-9\._]+).*Safari/],
['facebook', /FBAV\/([0-9\.]+)/],
['facebook', /FB[AS]V\/([0-9\.]+)/],
['instagram', /Instagram\s([0-9\.]+)/],
['ios-webview', /AppleWebKit\/([0-9\.]+).*Mobile/],
['ios-webview', /AppleWebKit\/([0-9\.]+).*Gecko\)$/],
Expand Down

0 comments on commit 6c0c95f

Please sign in to comment.