videojs / vhs-utils

Objects and functions shared throughout @videojs/http-streaming code
MIT License
6 stars 7 forks source link

Can we upgrade http://example.com to https://example.com? #39

Closed wChenonly closed 2 days ago

wChenonly commented 1 month ago

For some projects quality requirements must be https protocol in the code Otherwise, it will be reported by the scanner this http://example.com

Modern browsers can also automatically convert http to https

mister-ben commented 1 month ago

Here ? https://github.com/videojs/vhs-utils/blob/61b8db9f2d9b3085efe56050a6ad430ff03be55e/src/resolve-url.js#L4

I may as well add it to #38 as that changes that file

wChenonly commented 1 month ago

Here ?

https://github.com/videojs/vhs-utils/blob/61b8db9f2d9b3085efe56050a6ad430ff03be55e/src/resolve-url.js#L4

I may as well add it to #38 as that changes that file

yes