Skip to content

Commit 7fb242c

Browse files
committed
fix: cloudflare captcha
1 parent 2926519 commit 7fb242c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# UnderScript App Changelog
22

3+
## Version 1.5.3 (2023-07-10)
4+
1. Fixed cloudflare captcha
5+
36
## Version 1.5.2 (2023-03-18)
47
It's been 3 years since this app has needed an update, but the biggest thing is a bug fix thanks to script kiddies being naughty.
58
1. Fixed the ability to login with new captcha

src/electron.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ function createWindow() {
3131
"'unsafe-inline'",
3232
'https://www.google-analytics.com',
3333
'https://*.cloudflare.com',
34+
'worker-src blob:'
3435
].join(' '),
3536
],
3637
}

0 commit comments

Comments
 (0)