toasta
Results
2
issues of
toasta
Hi, i'm trying to remove the SameSite attribute for cookies set by a site. I wrote this: ``` for (const a in val) { if (val[a].name.toLowerCase() === 'set-cookie') { console.debug("Got...
Hi, installing on ubuntu 21.10 fails with some weird doubled "liblibarchive.so" error. Happens both for the version from pip as well as directly from github: ``` ERROR: Command errored out...