mirror of
https://github.com/iptv-org/iptv
synced 2026-04-30 14:47:03 -04:00
Use HTTPS instead of HTTP m3u URLs for enhanced security and privacy
In 2023, HTTP is no longer secure and should be replaced by HTTPS whenever possible. This ensures not only safety but also privacy in all online activities. Those http URLs being replaced with https protocal, were tested that their servers support https communication properly before the replace.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#EXTM3U
|
||||
#EXTINF:-1 tvg-id="ArianaAfghanistanInternationalTV.us" status="online",Ariana Afghanistan International TV (720p) [Not 24/7]
|
||||
http://iptv.arianaafgtv.com/ariana/playlist.m3u8
|
||||
https://iptv.arianaafgtv.com/ariana/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="ArianaTVNational.af" status="online",Ariana TV National (720p) [Not 24/7]
|
||||
https://d10rltuy0iweup.cloudfront.net/ATNNAT/myStream/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="ArianaTVUS.af" status="online",Ariana TV US (720p) [Not 24/7]
|
||||
|
||||
Reference in New Issue
Block a user