nephila / django-meta

Pluggable app to allow Django developers to quickly add meta tags and OpenGraph, Twitter, and Google Plus properties to their HTML responses.
https://django-meta.readthedocs.io
Other
480 stars 68 forks source link

Update meta.py changed http to https #152

Closed svandeneertwegh closed 1 year ago

svandeneertwegh commented 1 year ago

Change http://schema.org to https://schema.org

Description

Nowadays every site needs to be HTTPS. This small change makes django-meta HTTPS available.

Checklist

yakky commented 1 year ago

Thanks @svandeneertwegh, I missed that schema.org changed the specs (https://github.com/schemaorg/schemaorg/pull/2814)

yakky commented 1 year ago

Could you please add a changes file https://django-meta.readthedocs.io/en/latest/contributing.html#pull-request-guidelines and update the protocol in the tests too?

yakky commented 1 year ago

Fixed by #161

Thanks @svandeneertwegh for raising this :clap: