[Webkit-unassigned] [Bug 216430] [GTK] Epiphany does not make connections in Incognito Mode after clearing .cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 15 08:20:02 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=216430

--- Comment #8 from Adrian Perez <aperez at igalia.com> ---
(In reply to Carlos Garcia Campos from comment #6)
> I missed this bug because it was not in WebKitGTK component not webkitgtk
> was added to the CC. I'll check what's going on, but I ideally ephy
> shouldn't write anything to disk in ephemeral sessions, so adblock would
> only work in the rules are already there, the same way it happens with the
> disk cache, for example. If we want to make the adblock work in ephemeral
> sessions, maybe we need to add a way to download and compile the rules
> without writing to disk (I'm not sure that's even possible).

We need a file system location for WebKitUserContentFilterStore, and
there is no way around it because the files will be mmap'd and file
descriptor handles passed across processes over IPC. The only option
to handle filters in an ephemeral way would be to use some location
under “/tmp” — and I think it should be the responsibility of the
application to decide whether to do that or not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200915/195c09b1/attachment.htm>


More information about the webkit-unassigned mailing list