I'm trying to understand the 'public-suffix.json'.
What I can guess from https://pyfunceble.readthedocs.io/en/latest/code/publicsuffix.html it is a kind of whitelist, is that corect?
if [ a == yes ]
then
How do I omit it?
else
if [ a == no ]
why are domains like blogspot.tld listed there (as those are some I really don't like to be whitelisted in my project...)
fi
fi
I'm trying to understand the 'public-suffix.json'.
What I can guess from https://pyfunceble.readthedocs.io/en/latest/code/publicsuffix.html it is a kind of whitelist, is that corect?