Skip to content

Commit

Permalink
macosx: Allow to open https URLs, do not list VLC as a browser
Browse files Browse the repository at this point in the history
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
  • Loading branch information
David Fuhrmann committed Dec 5, 2015
1 parent e2f1f6c commit 66bab23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion extras/package/macosx/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -1376,10 +1376,13 @@
<key>CFBundleURLIconFile</key>
<string>generic</string>
<key>CFBundleURLName</key>
<string>http url</string>
<string>http(s) url</string>
<key>LSHandlerRank</key>
<string>None</string>
<key>CFBundleURLSchemes</key>
<array>
<string>http</string>
<string>https</string>
</array>
</dict>
<dict>
Expand Down

0 comments on commit 66bab23

Please sign in to comment.