Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
Revert "Revert "Add recommended UA string""
Browse files Browse the repository at this point in the history
This reverts commit 6874bb3.
  • Loading branch information
arkon committed Jul 16, 2023
1 parent 6874bb3 commit 83654f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ $('.ua-textarea').map((_index, el) => {
});

const userAgents = {
recommended: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0',
desktop: desktopUserAgents.sort(),
mobile: mobileUserAgents.sort(),
};
Expand Down

0 comments on commit 83654f4

Please sign in to comment.