[vlc-commits] lua/http: use HTTPS to link to third-party web assets from frontend
Pierre Ynard
git at videolan.org
Fri Aug 7 19:32:52 CEST 2020
vlc/vlc-3.0 | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Fri Aug 7 19:19:54 2020 +0200| [2b81368438754105c18ce71ca1236dd116ab2904] | committer: Pierre Ynard
lua/http: use HTTPS to link to third-party web assets from frontend
This is recommended good practice, as it improves security. This is also
necessary to serve VLC's web interface frontend over HTTPS.
Fixes #21216
Based on a patch from Noam Lerner <noam.lerner at gmail.com>, thanks!
(cherry picked from commit 49cddd79e05a7280914b4124c9dba3cabb7a8d80)
Signed-off-by: Pierre Ynard <linkfanel at yahoo.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=2b81368438754105c18ce71ca1236dd116ab2904
---
share/lua/http/dialogs/stream_config_window.html | 2 +-
share/lua/http/index.html | 8 ++++----
share/lua/http/js/ui.js | 4 ++--
share/lua/http/mobile.html | 6 +++---
share/lua/http/mobile_browse.html | 4 ++--
share/lua/http/mobile_equalizer.html | 4 ++--
share/lua/http/mobile_view.html | 8 ++++----
share/lua/http/view.html | 8 ++++----
8 files changed, 22 insertions(+), 22 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commitdiff;h=2b81368438754105c18ce71ca1236dd116ab2904
More information about the vlc-commits
mailing list