Skip to content

Adding more tags for blocking -> <audio>, <video>, <source>, ...

Compare
Choose a tag to compare
@fheinze fheinze released this 16 Dec 19:00
f2c5e03

Now other tags can be blocked that could potentially send the visitors IP to a third party server.
The Eel helpers are more generalized.

    @process.blockTags = ${CookiePunch.blockTags(["iframe", "script"],value, !node.context.inBackend)}
    @process.neverBlockTags = ${CookiePunch.neverBlockTags(["iframe", "script"],value, !node.context.inBackend)}