diff --git a/disclaimer/index.html b/disclaimer/index.html index 687367c..9f17951 100644 --- a/disclaimer/index.html +++ b/disclaimer/index.html @@ -21,7 +21,7 @@ - + @@ -31,23 +31,23 @@ - + - + - - + + - - + + diff --git a/faq/index.html b/faq/index.html index 72f2085..f9698fb 100644 --- a/faq/index.html +++ b/faq/index.html @@ -21,7 +21,7 @@ - + @@ -31,23 +31,23 @@ - + - + - - + + - - + + @@ -62,10 +62,15 @@

Frequently Asked Questions

+

My provider is not listed

+ +

You should contact with your provider to double check if there is interest in being added to Passepartout. Beware that some may be concerned instead. Ultimately, you can submit your provider request for a viability review to providers@passepartoutvpn.app.

+

Why is compression not supported?

Some users may have noticed that Passepartout is not compatible with any compression algorithm supported by OpenVPN. This is intentional and comes from a logical reasoning. Besides being a relevant overhead against marginal gains -most protocols in the application layer (e.g. HTTP) already use compression nowadays-, compression is vulnerable to an attack that may be able to reveal the secret session keys.

diff --git a/feed.xml b/feed.xml index 27ef9b4..d30a75c 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2018-12-23T12:26:50+01:00https://passepartoutvpn.app/feed.xmlPassepartout, OpenVPN client for iOS and macOSPassepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS.Davide De Rosa \ No newline at end of file +Jekyll2018-12-23T12:41:25+01:00https://passepartoutvpn.app/feed.xmlPassepartout, OpenVPN client for iOS and macOSPassepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS.Davide De Rosa \ No newline at end of file diff --git a/index.html b/index.html index cdd7b86..cfad065 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ - + @@ -31,23 +31,23 @@ - + - + - - + + - - + + diff --git a/privacy/index.html b/privacy/index.html index c436927..a4a728a 100644 --- a/privacy/index.html +++ b/privacy/index.html @@ -21,7 +21,7 @@ - + @@ -31,23 +31,23 @@ - + - + - - + + - - + + diff --git a/s/main.css b/s/main.css index 7ebc052..6d1045a 100644 --- a/s/main.css +++ b/s/main.css @@ -26,6 +26,10 @@ a:hover { width: 32em; } +p, ul { + line-height: 1.5em; +} + footer { color: lightgray; margin-top: 3em; @@ -49,11 +53,7 @@ footer .notice { font-size: 0.7em; } -p, ul { - line-height: 1.5em; -} - -ul { +footer ul { padding: 0em; list-style-type: none; }