Skip to content

Commit

Permalink
Update UserAgent
Browse files Browse the repository at this point in the history
  • Loading branch information
Spawnrad committed Apr 17, 2023
1 parent 61957e7 commit 734964f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Signer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { createCipheriv } = require("crypto");

class Signer {
static DEFAULT_USERAGENT =
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36";
"Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1";
static PASSWORD = "webapp1.0+202106";
/**
* @type Window
Expand Down

1 comment on commit 734964f

@vercel
Copy link

@vercel vercel bot commented on 734964f Apr 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dvz-signtok – ./

dvz-signtok-git-master-spawnrad.vercel.app
dvz-signtok-spawnrad.vercel.app
dvz-signtok.vercel.app

Please sign in to comment.