A highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers. Works by intercepting HTTP requests with a service worker script that follows the TompHTTP specifications. https://docs.titaniumnetwork.org/proxies/ultraviolet
Find a file
2022-09-12 20:24:13 -04:00
.github/ISSUE_TEMPLATE Issue template 2022-03-28 16:38:52 -04:00
client sa 2022-03-07 21:58:14 -05:00
rewrite Deleted legacy files 2022-03-13 00:27:30 -05:00
.gitignore Improve .gitignore and remove bundle 2022-08-31 18:43:50 -07:00
LICENSE Create LICENSE 2022-02-24 17:44:44 -05:00
package-lock.json prepare for cli-ify 2022-09-12 20:10:03 -04:00
package.json prepare for cli-ify 2022-09-12 20:10:03 -04:00
README.md update some style 2022-09-12 20:24:13 -04:00
webpack.config.js updae script 2022-09-12 20:10:21 -04:00

Ultraviolet

Advanced web proxy used for evading internet censorship or accessing websites in a controlled sandbox.

Ultraviolet works by intercepting HTTP requests with a service worker script that follows the TompHTTP specifications.

How do I deploy/run this?

This repository is the bare-bones of Ultraviolet. This only contains the source code required to compile uv.bundle.js.

See Ultraviolet-Node for easy instructions to deploy an Ultraviolet website.