I'm trying to get a project working with LocalStack, and sns-validator is currently rejecting all messages from the LocalStack SNS emulator because the certificate URLs all use http:// instead of https://. It would be nice if the MessageValidator could be configured to check for http:// domains, similarly to how it supports checking for a custom host.