From 66bab23eb7950a19279bad31dc642f8c87e90447 Mon Sep 17 00:00:00 2001 From: David Fuhrmann Date: Sat, 5 Dec 2015 17:12:22 +0100 Subject: [PATCH] macosx: Allow to open https URLs, do not list VLC as a browser This allows to drop https URLs on the VLC icon as well, in addition to http URLs. Additionally, this removes VLC again from the list of web browsers the user can choose in system settings --> general. close #13672 --- extras/package/macosx/Info.plist.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extras/package/macosx/Info.plist.in b/extras/package/macosx/Info.plist.in index 2f80fbc3d1..3b3977acbd 100644 --- a/extras/package/macosx/Info.plist.in +++ b/extras/package/macosx/Info.plist.in @@ -1376,10 +1376,13 @@ CFBundleURLIconFile generic CFBundleURLName - http url + http(s) url + LSHandlerRank + None CFBundleURLSchemes http + https -- GitLab