Actions
Feature proposal #8412
closedImplement additional site key domain hash checks
Description
We should check the domain hash sent to us with and without www, against http, and against https. Basically fail safes for common domain issues that aren't really issues.
Updated by krileon over 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
The following variants are now checked against.
HTTP to HTTPS
HTTPS to HTTP
With www.
Without www.
With trailing /
Without trailing /
These at this time will be the only acceptable variances since they all reach and describe the same domain.
Actions