Frederik Ring
Frederik Ring
In the `Dockerfile.build`s `auditorium` stage you can copy in the artifacts produced by the `script` stage (copy them to some arbitrary location) and then reference them in the `auditorium/gulpfile.js`. Docker...
Doing this would also mean we can migrate the opt-in banner in the `vault` from nanohtml to using preact just like in the auditorium.
Moonshot: start using esbuild instead. This would require porting `l10nify` and `schemaify` to esbuild-plugins however.
Thanks for checking in on this. I have to admit that while this would still be great to have, it's not on the top of the list. If anyone wants...
A relatively simple improvement here would be to check for the `consent` cookie when delivering the script and return an empty document in case its value is `deny`. Users could...
> A relatively simple improvement here would be to check for the consent cookie when delivering the script and return an empty document in case its value is deny. Users...
An alternative and more privacy friendly approach to tracking the visit duration would be redefining what "bounce rate" means. With a predefined bounce rate of 30s (this could be configurable),...
Same here.
So I debugged this further by creating an image that does not run the check and creating a droplet from that image. It seems like someone is writing to `/var/log/auth.log`...
This seems to be a duplicate of #90