2018-11-25 14:02:21 +00:00
<!DOCTYPE html>
< html lang = "en" itemscope itemtype = "http://schema.org/Blog" >
< head >
< title > Passepartout, OpenVPN client for iOS and macOS< / title >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "author" content = "Davide De Rosa" / >
< meta name = "description" content = "Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< meta name = "apple-mobile-web-app-title" content = "Passepartout" >
<!-- Twitter -->
< meta name = "twitter:card" content = "summary" / >
< meta name = "twitter:site" content = "@keeshux" / >
< meta name = "twitter:title" content = "Passepartout" / >
< meta name = "twitter:url" content = "https://passepartoutvpn.app" / >
2018-12-23 12:42:26 +00:00
< meta name = "twitter:image" content = "https://passepartoutvpn.app/s/logo.png?1545568946" / >
2018-11-25 14:02:21 +00:00
< meta name = "twitter:description" content = "Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." / >
<!-- Facebook -->
< meta property = "og:type" content = "website" / >
< meta property = "og:url" content = "https://passepartoutvpn.app" / >
< meta property = "og:title" content = "Passepartout" / >
< meta property = "og:site_name" content = "Passepartout" / >
< meta property = "og:description" content = "Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." / >
2018-12-23 12:42:26 +00:00
< meta property = "og:image" content = "https://passepartoutvpn.app/s/logo.png?1545568946" / >
2018-11-25 14:02:21 +00:00
<!-- Google+ -->
< meta itemprop = "name" content = "Passepartout" / >
< meta itemprop = "description" content = "Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." / >
2018-12-23 12:42:26 +00:00
< meta itemprop = "image" content = "https://passepartoutvpn.app/s/logo.png?1545568946" / >
2018-11-25 14:02:21 +00:00
< link rel = "canonical" href = "https://passepartoutvpn.app" / >
< link rel = "author" href = "https://plus.google.com/+keeshux" / >
2018-12-23 12:42:26 +00:00
< link rel = "stylesheet" href = "/s/main.css?1545568946" / >
< link rel = "stylesheet" href = "/s/main-mobile.css?1545568946" media = "only screen and (max-width: 600px)" / >
2018-11-25 14:02:21 +00:00
< link rel = "stylesheet" href = "https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity = "sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin = "anonymous" >
2018-12-23 12:42:26 +00:00
< link rel = "shortcut icon" href = "/s/favicon.ico?1545568946" / >
< link rel = "apple-touch-icon" href = "/s/iphone-icon-precomposed.png?1545568946" / >
2018-11-25 14:02:21 +00:00
< / head >
< body >
2018-12-23 10:45:36 +00:00
< div id = "container" >
< header >
2018-11-25 14:02:21 +00:00
< a href = "https://passepartoutvpn.app" > < img id = "logo" src = "/s/logo.svg" alt = "Passepartout" / > < / a > < / h1 >
< h1 > < a href = "https://passepartoutvpn.app" > Passepartout< / a > < / h1 >
< p > A non-official, user-friendly OpenVPN® client for iOS. Soon for macOS.< / p >
< / header >
2018-12-23 10:45:36 +00:00
< main >
2018-11-25 14:02:21 +00:00
< h2 id = "privacy-policy" > Privacy policy< / h2 >
< h3 id = "data-retention" > Data retention< / h3 >
< p > Passepartout is a bare VPN client and, as such, does not store nor forward < em > any< / em > personal data. Therefore, you should get in touch with your VPN service provider to learn about its data retention policy.< / p >
2018-11-25 14:46:23 +00:00
< p > Passepartout may access GitHub repositories on request. Please refer to GitHub < a href = "https://help.github.com/articles/github-privacy-statement/" > privacy statement< / a > for any information about data retention when accessing their website.< / p >
2018-11-25 14:02:21 +00:00
< h3 id = "website" > Website< / h3 >
2018-11-25 14:48:17 +00:00
< p > This website runs on GitHub Pages, please refer again to GitHub < a href = "https://help.github.com/articles/github-privacy-statement/" > privacy statement< / a > .< / p >
2018-11-25 14:02:21 +00:00
< h3 id = "contacts" > Contacts< / h3 >
2018-11-25 14:48:17 +00:00
< p > Feel free to submit your enquiry to < a href = "mailto:privacy@passepartoutvpn.app" > privacy@passepartoutvpn.app< / a > .< / p >
2018-11-25 14:02:21 +00:00
2018-11-25 14:44:12 +00:00
2018-11-25 14:02:21 +00:00
< / main >
2018-12-23 10:45:36 +00:00
< footer >
2018-11-25 14:02:21 +00:00
< ul class = "contacts" >
< li > < a href = "https://twitter.com/keeshux" title = "Follow the author on Twitter!" class = "fab fa-twitter" > < / a > < / li >
< li > < a href = "https://patreon.com/keeshux" title = "Support the author on Patreon!" class = "fab fa-patreon" > < / a > < / li >
< li > < a href = "https://github.com/passepartoutvpn" title = "Passepartout on GitHub" class = "fab fa-github" > < / a > < / li >
< li > < a href = "mailto:info@passepartoutvpn.app" title = "Submit an inquiry" class = "fa fa-envelope" > < / a > < / li >
< / ul >
< ul class = "secondary" >
2018-12-23 10:45:36 +00:00
< li > < a href = "/faq/" title = "Frequently Asked Questions" > FAQ< / a > < / li >
< li > — < / li >
2018-12-03 10:06:51 +00:00
< li > < a href = "/disclaimer/" title = "Disclaimer" > Disclaimer< / a > < / li >
2018-11-25 14:02:21 +00:00
< li > — < / li >
2018-12-03 10:06:51 +00:00
< li > < a href = "/privacy/" title = "Privacy policy" > Privacy policy< / a > < / li >
2018-11-25 14:02:21 +00:00
< / ul >
< p class = "notice" >
Copyright (c) 2018 < a href = "https://davidederosa.com" title = "The author website" > Davide De Rosa< / a > < br / >
2018-12-02 21:00:03 +00:00
The logo is taken from the awesome < a href = "https://www.iconfinder.com/iconsets/circle-icons-1" title = "Circle Icons" > Circle Icons< / a > set by < a href = "https://www.elegantthemes.com/" title = "Elegant Themes" > Nick Roach< / a >
2018-11-25 14:02:21 +00:00
< / p >
< / footer >
2018-12-23 10:45:36 +00:00
< / div >
2018-11-25 14:02:21 +00:00
< / body >
< / html >