[BUG] Can't change Invidious settings over TOR onionsite. #3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps to reproduce: change a setting in Invidious over the onionsite and press "save".
What happens: Invidious doesn't change any settings and makes the page "indefinitely load".
I have no idea why this happens wtf
You may have to add the onionsite in your Invidious configuration files like how Nextcloud does it
'overwrite.cli.url' => 'https://example.com/nextcloud',
or maybe Invidious doesn't like clearnet w/ TOR instances?Fixed in
8ed2326fef
.If I'm not wrong, browsers will just ignore any
Set-Cookie
header that doesn't contain the domain where the client is logging in.So if I try to login or change the settings on invidious, the browser will read
domain=inv.nadeko.net
(which is the domain configured inside the Invidious settings) from theSet-Cookie
header and it will ignore it because the domain isinv.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion
and notinv.nadeko.net
Thanks for the insight
Thanks for fixing! 🧅