First of all, thanks to all the people contributing to this project.
My case.
The domain is for exemple: sample.app
Date of the test: 2022-12-18T00:00:00.000Z
sample.app -> valid (nothing special)
dev.sample.app -> valid (I was excited)
Then came the need to add this :
container-87546.dev.sample.app -> not valid (it was too good to go on ...)
{
"daysRemaining": 290,
"valid": false,
"validFrom": "2022-10-03T00:00:00.000Z",
"validTo": "2023-10-03T23:59:59.000Z",
"validFor": [
"*.sample.app",
"sample.app"
]
}
Normally, we should be able to check in validFor for domain starting with *. like in my case for *.sample.app and compare it with container-87546.dev[.sample.app] as long are dates are OK and let it pass as valid ... Right ?
Maybe, there is only IEwho does not support this, but who cares ?