We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2926519 commit 7fb242cCopy full SHA for 7fb242c
changelog.md
@@ -1,5 +1,8 @@
1
# UnderScript App Changelog
2
3
+## Version 1.5.3 (2023-07-10)
4
+1. Fixed cloudflare captcha
5
+
6
## Version 1.5.2 (2023-03-18)
7
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.
8
1. Fixed the ability to login with new captcha
src/electron.js
@@ -31,6 +31,7 @@ function createWindow() {
31
"'unsafe-inline'",
32
'https://www.google-analytics.com',
33
'https://*.cloudflare.com',
34
+ 'worker-src blob:'
35
].join(' '),
36
],
37
}
0 commit comments