I would like to make a URL exception to allow all and any sites to skip the Certificate Trust Check / Certificate Date Check
Would I just add the matching url as
^https://([A-Za-z0-9.-]*\.)?*\.com\.au/
^https://([A-Za-z0-9.-]*\.)?*\.com/
or maybe
^https://*\.com/
Thank you
This thread was automatically locked due to age.