Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use HTTP protocol for URLs in podcast namespace tags #414

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

joksas
Copy link

@joksas joksas commented Dec 4, 2022

This is to comply with the following in the podcast namespace specification:

Anywhere the url of a hyper-text based resource is specified, it must be given as https: and not http:.

@daveajones
Copy link
Contributor

Thanks! Will review/merge today.

@jamescridland
Copy link
Contributor

I'd like to query the requirement here. It is best practice to use https:// for everything, but I don't see why http:// is not acceptable. Is there a technical reason?

@theDanielJLewis
Copy link

I saw this update from Brave Browser that covers a little bit about the complications of HTTPS default and some things to consider: https://brave.com/privacy-updates/22-https-by-default/

@brianoflondon
Copy link
Contributor

Unfortunately https seems to be the only way to go. As soon as you try to mix https and http all the browsers scream at you.

For example many new TLDs (like .app which I'm using) is set to ONLY work on https. That is set by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants