[Vimprobable-users] [Patch] Support SoupCookieJarAcceptPolicy
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Hannes S. <ha...@yl...> - 2013-09-09 13:02:44
|
Hi, as requested on IRC, here is a patch to support different cookie policies: - Accept all cookies (default) - Accept no third party cookies - Accept no cookies This patch introduces the command :set cookies=(all|no third party|none) Since we already had out own cookie handler previously, it was a bit more convoluted getting this properly working. Also, one function which would be useful is only supported in libsoup 2.4 and later which would be a significant increase of requirements to build the browser. I tried coding all around this, but I will not merge it without extensive testing. Please, folks, try it out with all three settings and different websites and let me know how it goes – for such a central function of a browser, I'm not confident enough this is working as intended yet. Hannes |