Closed pigletto closed 6 years ago
It seems to be better to use default Sitemap behaviour to determine protocol (if protocol is None) instead of hardcoding "http" as default
Creates None a valid sitemap?
If None is used then protocol is automatically detected based on current request (if it's using https then sitemap will also use https)
It seems to be better to use default Sitemap behaviour to determine protocol (if protocol is None) instead of hardcoding "http" as default