Skip to content

Commit

Permalink
Merge pull request xbmc#13054 from notspiff/archive
Browse files Browse the repository at this point in the history
add archive:// to list of url types with encoded hostname
  • Loading branch information
notspiff committed Nov 20, 2017
2 parents 09bbc41 + 7d79c07 commit 062b012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/utils/URIUtils.cpp
Expand Up @@ -276,6 +276,7 @@ bool URIUtils::HasParentInHostname(const CURL& url)
{
return url.IsProtocol("zip")
|| url.IsProtocol("rar")
|| url.IsProtocol("archive")
|| url.IsProtocol("apk")
|| url.IsProtocol("bluray")
|| url.IsProtocol("udf")
Expand Down

0 comments on commit 062b012

Please sign in to comment.