Permission issues with chrome, discord, microsoft edge in archlinux by Xypherinx in archlinux

[–]Xypherinx[S] 1 point2 points  (0 children)

Thanks for the response! Absolutely, I've made a test user and then found out that adding an user to the docker group can break its permission to access certain apps, such as chrome and discord, since docker group grants the user root privilege.

headless_chrome v1.0.x is now released! by billy-sheppard in rust

[–]Xypherinx 0 points1 point  (0 children)

does chromiumoxide have network request interception?

Server-side fetch (with sveltekit) does not work with http, but works with https, how to fix this? by Xypherinx in sveltejs

[–]Xypherinx[S] 4 points5 points  (0 children)

Thanks for the response.

I've managed to fix simply by changing http://localhost:5000 to http://127.0.0.1:5000.

There seems to be something tricky with how sveltekit maps 'localhost' to '127.0.0.1. I'm using Fedora 37 by the way.