3ventic
3ventic
The message format isn't guaranteed to be static for either of the responses. I would recommend grabbing the string between `:`, and end of string or `.`, whichever comes first....
Both Firefox and Chrome support synchronizing extension settings via Mozilla/Google accounts very easily, so I'm all for allowing an option for it.
> `Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://hb.emxdgt.com/?t=3000&ts=1609793548395&src=pbjs. (Reason: CORS request did not succeed)` That is due to Firefox's tracking protection being enabled...
> Exactly the same issues occur when fingerprinting protection is disabled/enabled. > Same for tracking content option disabled/enabled. Works here, so I'm not sure what the problem on your end...
The main issue slowing this down is separate libraries providing Twirp hooks or common client options. With a direct move to go modules the import path changing means Go would...
> You can edit the preference in the settings file directly I only see a `config.bin`, which isn't in a human editable format. Is this still possible? @psouza4
it's the public URL to where you're hosting it with /api/auth/callback/discord. On railway it's something like `https://.up.railway.app/api/auth/callback/discord`
The redirect is necessary for the login with Discord to access the UI which is not optional currently. The fetching and webhook don't need it, but you need it to...
`redis://:@:`
if you self-host redis it won't have authorization required by default. Hosted instances usually do. See https://redis.io/docs/management/security/#authentication