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

Commit

Permalink
Revert "Add recommended UA string"
Browse files Browse the repository at this point in the history
This reverts commit 23a55c5.
  • Loading branch information
arkon committed Jul 8, 2023
1 parent b001a24 commit 6874bb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ $('.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 6874bb3

Please sign in to comment.