RD WebDesign
RD WebDesign
If you think we should allow users to freely set this option, personally I think we should set `Lax` and allow users to set as `Strict` or even `SameSite=None; Secure`.
Yeah... I don't think we need another option here.
I think you found part of the issue, but the OP is receiving the error for a different hostname, not the real one. The real hostname is `Frey.valhalla` (valid), but...
The comments above suggest there are differences between what is displayed on the web interface and the contents of `FTL.log` and the database. @DPattee Next time you see the error...
> If I'd only knew how to extract the LOOPBACK flag from below ;) I don't know how to extract the flags from the files you posted, but there are...
We use `jq` [in many places](https://github.com/search?q=repo%3Api-hole%2Fpi-hole%20jq&type=code), even on the installer, so I guess `jq` will still be a dependency in the future. My code above was just an example. I...
The install process (before this PR) was: 1. install OS dependent packages (`OS_CHECK_DEPS[@]`); 2. Check if installed OS is officially supported; 3. Install packages used by the installation script (`INSTALLER_DEPS[@]`)....
> I think it is not feasible to have 3 meta-packages I agree.
I'm not sure if `newt` is needed anymore. It was a dependency for `whiptail`, but I don't think it is used with `dialog` (I'm unable to test in Fedora/CentOS right...
I don't think `rmp` or `dnf` have commands equivalent to `apt purge` (or `autopurge`): https://docs.fedoraproject.org/en-US/quick-docs/dnf-vs-apt/