Michael Woolweaver
Michael Woolweaver
also worth noting is the following verbiage in the privacy settings: > Hide domains: Display and store all domains as hidden > This disables the Top Permitted Domains and Top...
instead of adding id `1000` could something like what is mentioned [here](https://stackoverflow.com/a/3522393)? [`$SUDO_USER`](https://www.sudo.ws/docs/man/sudo.man/#SUDO_USER) could be used to get the user that called the script with sudo. Chances are the user...
> I can't think of any other package that offers this I only know of [one](https://wiki.servarr.com/install-script). https://github.com/Servarr/Wiki/blob/master/servarr/servarr-install-script.sh
the [`padd`](https://ftl.pi-hole.net/development/docs/#get-/padd) endpoint might be a good starting point as well. it's what is used for [PADD](https://github.com/pi-hole/PADD) to reduce the number of API calls. Should give enough data to provide...
this could be used just not sure how to properly add to readme
my attempt can be seen here. commit for image compare https://github.com/mwoolweaver/graphics/commit/b837e785007a69203d083843793a16cb85ba031d on a readme for compare as well https://github.com/mwoolweaver/PADD/tree/image-test
i know that additional headers can be included but i don't understand what causes the DELETE to fail when not hosted on Pi-hole device and all the other requests are...
``` Access-Control-Allow-Origin: * Access-Control-Allow-Headers: * Access-Control-Allow-Methods: * ``` these are included in the response of every other endpoint that's not a DELETE endpoint from what i can see.
I wonder where Firefox and Chrome are getting them from? this is Firefox  this is Chrome 
> How should they look like on Pi-hole? this is what i get from the API curl command that i tried, was copied directly from `/api/docs` added `-i` to get...