prettier
This commit is contained in:
parent
a3321228f3
commit
ec0066effa
2 changed files with 29 additions and 27 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -5,22 +5,23 @@
|
||||||
See the release on [GitHub](https://github.com/titaniumnetwork-dev/Ultraviolet/releases/tag/v1.0.4-beta) for more details.
|
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
|
# v1.0.4-beta.x
|
||||||
- Provide randomly chosen bare server URL & refactor (bare server load balancing)
|
|
||||||
|
|
||||||
|
- Provide randomly chosen bare server URL & refactor (bare server load balancing)
|
||||||
|
|
||||||
# v1.0.4-beta.6
|
# v1.0.4-beta.6
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
|
|
||||||
- Cookies not being set (fixes Recaptcha, Google sign-in)
|
- Cookies not being set (fixes Recaptcha, Google sign-in)
|
||||||
- Source map errors (webpack)
|
- Source map errors (webpack)
|
||||||
|
|
||||||
|
|
||||||
# v1.0.4-beta
|
# v1.0.4-beta
|
||||||
|
|
||||||
Experimental Bare Server v2 support
|
Experimental Bare Server v2 support
|
||||||
|
|
||||||
- Accomplished by using @tomphttp/bare-client
|
- Accomplished by using @tomphttp/bare-client
|
||||||
- More stable
|
- More stable
|
||||||
- Faster (caching)
|
- Faster (caching)
|
||||||
|
|
||||||
### Pre-Update (Memory)
|
### Pre-Update (Memory)
|
||||||
|
|
||||||
|
|
@ -30,8 +31,8 @@ Experimental Bare Server v2 support
|
||||||
|
|
||||||
<img src="https://cdn.discordapp.com/attachments/959140616149794816/1048364779787530330/image.png">
|
<img src="https://cdn.discordapp.com/attachments/959140616149794816/1048364779787530330/image.png">
|
||||||
|
|
||||||
|
|
||||||
# v1.0.3
|
# v1.0.3
|
||||||
|
|
||||||
Stable release.
|
Stable release.
|
||||||
|
|
||||||
# v1.0.2
|
# v1.0.2
|
||||||
|
|
|
||||||
39
README.md
39
README.md
|
|
@ -9,28 +9,29 @@ 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.
|
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
|
## 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
|
|
||||||
- Speed in comparison to other web proxies that fully proxy content
|
|
||||||
- Blacklist setting and more for easy hosting
|
|
||||||
- Security in mind and leak prevention
|
|
||||||
- Frequent updates to improve site support or fix security issues
|
|
||||||
- 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)
|
|
||||||
|
|
||||||
|
- 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
|
||||||
|
- Speed in comparison to other web proxies that fully proxy content
|
||||||
|
- Blacklist setting and more for easy hosting
|
||||||
|
- Security in mind and leak prevention
|
||||||
|
- Frequent updates to improve site support or fix security issues
|
||||||
|
- 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
|
## Supported Sites
|
||||||
- [Google Services](https://google.com)
|
|
||||||
- [CAPTCHA/hCAPTCHA](https://www.captcha.net)
|
- [Google Services](https://google.com)
|
||||||
- [Youtube](https://www.youtube.com)
|
- [CAPTCHA/hCAPTCHA](https://www.captcha.net)
|
||||||
- [Spotify](https://spotify.com)
|
- [Youtube](https://www.youtube.com)
|
||||||
- [Discord](https://discord.com)
|
- [Spotify](https://spotify.com)
|
||||||
- [Reddit](https://reddit.com)
|
- [Discord](https://discord.com)
|
||||||
- [GeForce NOW](https://play.geforcenow.com/)
|
- [Reddit](https://reddit.com)
|
||||||
- [now.gg](https://now.gg)
|
- [GeForce NOW](https://play.geforcenow.com/)
|
||||||
- All static sites
|
- [now.gg](https://now.gg)
|
||||||
- And more!
|
- All static sites
|
||||||
|
- And more!
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue