This commit is contained in:
David Reed 2022-12-07 21:13:39 -05:00
parent a3321228f3
commit ec0066effa
No known key found for this signature in database
GPG key ID: 2211691D8A1EE72F
2 changed files with 29 additions and 27 deletions

View file

@ -5,17 +5,18 @@
See the release on [GitHub](https://github.com/titaniumnetwork-dev/Ultraviolet/releases/tag/v1.0.4-beta) for more details.
# v1.0.4-beta.x
- Provide randomly chosen bare server URL & refactor (bare server load balancing)
# v1.0.4-beta.6
Fixes:
- Cookies not being set (fixes Recaptcha, Google sign-in)
- Source map errors (webpack)
# v1.0.4-beta
Experimental Bare Server v2 support
- Accomplished by using @tomphttp/bare-client
@ -30,8 +31,8 @@ Experimental Bare Server v2 support
<img src="https://cdn.discordapp.com/attachments/959140616149794816/1048364779787530330/image.png">
# v1.0.3
Stable release.
# v1.0.2

View file

@ -9,6 +9,7 @@ A highly advanced web proxy used for evading internet censorship or accessing we
Ultraviolet works by intercepting HTTP requests with a service worker script that follows the [TompHTTP specifications](https://github.com/tomphttp) and is the lead for innovative web proxy technologies.
## Features
- CAPTCHA support along with hCAPTCHA support
- URL encoding settings to further hide activity when using Ultraviolet
- Configuration all done on the client-side via service-workers
@ -19,8 +20,8 @@ Ultraviolet works by intercepting HTTP requests with a service worker script tha
- Bare server load balancing and performance significantly increased
- Improved resource usage and speed (allows for improved setups with seperation of the bare server on a dedicated instance)
## Supported Sites
- [Google Services](https://google.com)
- [CAPTCHA/hCAPTCHA](https://www.captcha.net)
- [Youtube](https://www.youtube.com)