update TODO

This commit is contained in:
QuiteAFancyEmerald 2024-07-08 12:24:40 -07:00
parent 0cb7f38f20
commit c16b665432

13
TODO.md
View file

@ -7,14 +7,19 @@ This will be our nonexhaustive todo list for Holy Unblocker LTS v6.x.x and above
- [ ] Optimize the stylesheets and the HTML layout. Add more proper commenting and redivide the code so that it's less hard on the eyes. - [ ] Optimize the stylesheets and the HTML layout. Add more proper commenting and redivide the code so that it's less hard on the eyes.
- [ ] Optimize the JS. This time it won't be in one line and will be somewhat thoroughly commented. - [ ] Optimize the JS. This time it won't be in one line and will be somewhat thoroughly commented.
- [ ] Restructure navigation scripts to ensure updated proxy functionality is sanitized and effective - [ ] Restructure navigation scripts to ensure updated proxy functionality is sanitized and effective
- [x] Particles.js automatically adjusting per display size - [x] Particles.js automatically adjusting per display size - done
- [ ] Fix routes.mjs throwing with incorrect paths - [ ] Fix routes.mjs throwing with incorrect paths - done
- [x] Create test script - [x] Create test script - done
- [x] XSS and fingerprinting protection (may need updates) - done
## Proxy Functionality ## Proxy Functionality
- [x] Ensure Ultraviolet is updated to support bare-mux and wisp - done - [x] Ensure Ultraviolet is updated to support bare-mux and wisp - done
- [x] Add Rammerhead support - done - [x] Add Rammerhead support - done
- [ ] Fix slow Ultraviolet speeds despite being local; something on the backend?? - [x] Fix slow Ultraviolet speeds despite being local; something on the backend?? - done
- [ ] Fix Ultraviolet on Firefox
- [ ] Adapt Applications page to use either Rammerhead or UV (for Reddit, YouTube, Discord)
- [ ] libcurl, epoxy and all that fun stuff
- [ ] socks5/tor routing option that can be configured (enabled) via either a cookie or pathname as a settings meny option
## Site Redesign ## Site Redesign
- [x] Landing Page - done - [x] Landing Page - done