Integrate OpenAsar #355
Replies: 1 comment 3 replies
-
Ugh, I don't think you understand the differences between the OpenAsar and WebCord… So, WebCord is basically a standalone alternative to Discord, it does not share any part of its code with their codebase (unless some Discord dev noticed my project and stealed my code lol). And all stuff it offers is like we already have that in WebCord, like I try to load stuff as fast as I can while keeping the smooth transition between the splash screen and Discord content. And given WebCord doesn't really do much on its load (we do not download any modules or updates them, we straight go to the load the locally-saved splash screen and then to load Discord just so make WebCord look like it is actually loading). For tracing, I guess WebCord also takes care of that on the adequate level, no guarantees are for tracing outside of Discord but given I designed CSP to allow only for pages that are required to load at least in some cases, it might actually be blocked quite efficiently. OpenAsar on the other hand is meant to be a replacement to at least part of official Discord client – I guess it still doesn't mess up too much with the |
Beta Was this translation helpful? Give feedback.
-
There's an interesting project (which you may know about already?) that optimizes some of Discords initial load and blocks trackers. https://github.com/GooseMod/OpenAsar It might be interesting to integrate within this Project? I've tried to replace it within WebCord but I get an error.
Beta Was this translation helpful? Give feedback.
All reactions