--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="WizardSettings">
+ <option name="children">
+ <map>
+ <entry key="imageWizard">
+ <value>
+ <PersistentState>
+ <option name="children">
+ <map>
+ <entry key="imageAssetPanel">
+ <value>
+ <PersistentState>
+ <option name="children">
+ <map>
+ <entry key="launcher">
+ <value>
+ <PersistentState>
+ <option name="children">
+ <map>
+ <entry key="foregroundImage">
+ <value>
+ <PersistentState>
+ <option name="values">
+ <map>
+ <entry key="scalingPercent" value="80" />
+ <entry key="trimmed" value="true" />
+ </map>
+ </option>
+ </PersistentState>
+ </value>
+ </entry>
+ </map>
+ </option>
+ <option name="values">
+ <map>
+ <entry key="backgroundAssetType" value="COLOR" />
+ <entry key="backgroundColor" value="ffffff" />
+ <entry key="foregroundImage" value="$USER_HOME$/ownCloud/Android/Privacy Browser/Icons/Privacy Browser Free/Privacy Browser Free - Font to Path.svg" />
+ <entry key="previewDensity" value="XXXHIGH" />
+ </map>
+ </option>
+ </PersistentState>
+ </value>
+ </entry>
+ </map>
+ </option>
+ </PersistentState>
+ </value>
+ </entry>
+ </map>
+ </option>
+ </PersistentState>
+ </value>
+ </entry>
+ <entry key="vectorWizard">
+ <value>
+ <PersistentState />
+ </value>
+ </entry>
+ </map>
+ </option>
+ </component>
+</project>
\ No newline at end of file
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:design:27.0.2'
// Only compile `com.google.firebase:firebase-ads` for the free flavor.
- freeImplementation 'com.google.firebase:firebase-ads:12.0.1'
+ freeImplementation 'com.google.firebase:firebase-ads:15.0.0'
}
// Google's documentation says the following line is required for `firebase-ads` but things work correctly without it.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<!--
Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
- Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+ Translation 2017-2018 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
<p>Requerido para añadir accesos directos de páginas web en el escritorio.</p>
- <h3>Write storage</h3>
+ <h3>Almacenamiento de escritura</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE"> android.permission.WRITE_EXTERNAL_STORAGE</a></p>
- <p>Required to download files to the public download folder.
- On Android Marshmallow (API 23) and newer, if this permission is denied Privacy Browser will store downloads in the app’s download folder instead.</p>
+ <p>Requerido para descargar archivos a la carpeta de descarga pública.
+ En Android Marshmallow (API 23) y posteriores, si se niega este permiso, Navegador Privado almacenará las descargas en la carpeta de descargas de la aplicación.</p>
<br/>
<hr/>
<!--
Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
- Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+ Translation 2017-2018 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
<p>Requerido para añadir accesos directos de páginas web en el escritorio.</p>
- <h3>Write storage</h3>
+ <h3>Almacenamiento de escritura</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE"> android.permission.WRITE_EXTERNAL_STORAGE</a></p>
- <p>Required to download files to the public download folder.
- On Android Marshmallow (API 23) and newer, if this permission is denied Privacy Browser will store downloads in the app’s download folder instead.</p>
+ <p>Requerido para descargar archivos a la carpeta de descarga pública.
+ En Android Marshmallow (API 23) y posteriores, si se niega este permiso, Navegador Privado almacenará las descargas en la carpeta de descargas de la aplicación.</p>
<br/>
<hr/>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<!--
Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
- Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+ Translation 2017-2018 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
<p>E' richiesto per poter creare collegamenti a siti web sulla schermata principale del dispositivo.</p>
- <h3>Write storage</h3>
+ <h3>Scrittura sulla memoria</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE"> android.permission.WRITE_EXTERNAL_STORAGE</a></p>
- <p>Required to download files to the public download folder.
- On Android Marshmallow (API 23) and newer, if this permission is denied Privacy Browser will store downloads in the app’s download folder instead.</p>
+ <p>E' richiesto per scaricare file nella cartella pubblica di download.
+ In Android Marshmallow (API 23) e successivi, se questo permesso è negato Privacy Browser salverà i file scaricati nella cartella di download dell'applicazione.</p>
<br/>
<hr/>
<!--
Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
- Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+ Translation 2017-2018 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
<p>E' richiesto per poter creare collegamenti a siti web sulla schermata principale del dispositivo.</p>
- <h3>Write storage</h3>
+ <h3>Scrittura sulla memoria</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE"> android.permission.WRITE_EXTERNAL_STORAGE</a></p>
- <p>Required to download files to the public download folder.
- On Android Marshmallow (API 23) and newer, if this permission is denied Privacy Browser will store downloads in the app’s download folder instead.</p>
+ <p>E' richiesto per scaricare file nella cartella pubblica di download.
+ In Android Marshmallow (API 23) e successivi, se questo permesso è negato Privacy Browser salverà i file scaricati nella cartella di download dell'applicazione.</p>
<br/>
<hr/>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3>Have full network access</h3>
+ <h3>Полный доступ к сети</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INTERNET">android.permission.INTERNET</a></p>
- <p>Required for the WebView to access the internet. Without this permission, Privacy Browser would be “No Browser: Protecting Your Privacy by Staying Completely Off the Internet”.</p>
+ <p>Требуется WebView для доступа в Интернет. Без этого разрешения Privacy Browser будет отображать “Нет браузера: ваша конфиденциальность защищена, находясь за пределами интернета”.</p>
- <h3>Install shortcuts</h3>
+ <h3>Установка ярлыков</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
- <p>Required to add shortcuts for websites to the launcher desktop.</p>
+ <p>Требуется для добавления ярлыков веб-сайтов на рабочий стол.</p>
- <h3>Write storage</h3>
+ <h3>Доступ к хранилищу</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE"> android.permission.WRITE_EXTERNAL_STORAGE</a></p>
- <p>Required to download files to the public download folder.
- On Android Marshmallow (API 23) and newer, if this permission is denied Privacy Browser will store downloads in the app’s download folder instead.</p>
+ <p>Требуется для загрузки файлов в общую папку загрузок.
+ В Android Marshmallow (API 23) и новее, если это разрешение получено не будет, Privacy Browser для загрузок будет использовать папку приложения.</p>
<br/>
<hr/>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3>Have full network access</h3>
+ <h3>Полный доступ к сети</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INTERNET">android.permission.INTERNET</a></p>
- <p>Required for the WebView to access the internet. Without this permission, Privacy Browser would be “No Browser: Protecting Your Privacy by Staying Completely Off the Internet”.</p>
+ <p>Требуется WebView для доступа в Интернет. Без этого разрешения Privacy Browser будет отображать “Нет браузера: ваша конфиденциальность защищена, находясь за пределами интернета”.</p>
- <h3>Install shortcuts</h3>
+ <h3>Установка ярлыков</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
- <p>Required to add shortcuts for websites to the launcher desktop.</p>
+ <p>Требуется для добавления ярлыков веб-сайтов на рабочий стол.</p>
- <h3>Write storage</h3>
+ <h3>Доступ к хранилищу</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE"> android.permission.WRITE_EXTERNAL_STORAGE</a></p>
- <p>Required to download files to the public download folder.
- On Android Marshmallow (API 23) and newer, if this permission is denied Privacy Browser will store downloads in the app’s download folder instead.</p>
+ <p>Требуется для загрузки файлов в общую папку загрузок.
+ В Android Marshmallow (API 23) и новее, если это разрешение получено не будет, Privacy Browser для загрузок будет использовать папку приложения.</p>
<br/>
<hr/>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3>Privacy Browser Free</h3>
- <p><strong class="red">Privacy Browser Free does not collect any user information</strong>.</p>
+ <h3>Privacy Browser</h3>
+ <p><strong class="red">Privacy Browser не собирает никакой информации о пользователе.</strong></p>
<h3>Google Play</h3>
- <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
- Google provides <em>anonymized summary installation information</em> to developers, including the number of installs organized by the following categories.</p>
+ <p>Google Play имеет <a href="https://www.google.com/intl/en/policies/privacy/">собственную политику конфиденциальности</a>.
+ Google предоставляет разработчикам <em>анонимную итоговую информацию об установке</em>, в том числе количество установок, организованных по следующим категориям.</p>
<ul>
- <li><item>Android version</item> (eg. Android 7.1)</li>
- <li><item>Device</item> (eg. Samsung Galaxy S6 [zeroflte])</li>
- <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
- <li><item>Country</item> (eg. United States)</li>
- <li><item>Language</item> (eg. English [United States])</li>
- <li><item>App version</item> (eg. 14)</li>
- <li><item>Carrier</item> (eg. T-Mobile - US)</li>
+ <li><item>Версия Android</item> (напр. Android 7.1)</li>
+ <li><item>Устройство</item> (напр. Samsung Galaxy S6 [zeroflte])</li>
+ <li><item>Планшеты</item> (напр. Tablets 10" и выше)</li>
+ <li><item>Страна</item> (напр. Russian Federation)</li>
+ <li><item>Язык</item> (напр. Russian)</li>
+ <li><item>Версия приложения</item> (напр. 14)</li>
+ <li><item>Оператор</item> (напр. Beeline - RU)</li>
</ul>
- <h3>Google Play Ratings</h3>
- <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
- Google provides developers with <em>anonymized summaries</em> of the following information related to user ratings.</p>
+ <h3>Рейтинги Google Play</h3>
+ <p>Google Play имеет <a href="https://www.google.com/intl/en/policies/privacy/">собственную политику конфиденциальности</a>.
+ Google предоставляет разработчикам <em>анонимные сводки</em> следующей информации, относящейся к пользовательским рейтингам.</p>
<ul>
- <li><item>Country</item> (eg. United States)</li>
- <li><item>Language</item> (eg. English)</li>
- <li><item>App version</item> (eg. 14)</li>
- <li><item>Android version</item> (eg. Android 7.1)</li>
- <li><item>Device</item> (eg. Google Nexus 5X [bullhead])</li>
- <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
+ <li><item>Страна</item> (напр. Russian Federation)</li>
+ <li><item>Язык</item> (напр. Russian)</li>
+ <li><item>Версия приложения</item> (напр. 14)</li>
+ <li><item>Версия Android</item> (напр. Android 7.1)</li>
+ <li><item>Устройство</item> (напр. Google Nexus 5X [bullhead])</li>
+ <li><item>Планшеты</item> (напр. Tablets 10" и выше)</li>
</ul>
- <h3>Google Play Reviews</h3>
- <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
- In addition to the name of the reviewer, the rating, and the text of the review (which are all available publicly), Google provides some or all of the following information to the developer.</p>
+ <h3>Отзывы Google Play</h3>
+ <p>Google Play имеет <a href="https://www.google.com/intl/en/policies/privacy/">собственную политику конфиденциальности</a>.
+ Помимо имени автора отзыва, рейтинга и текста отзыва (все они доступны публично), Google предоставляет разработчику некоторую или всю следующую информацию.</p>
<ul>
- <li><item>Version code</item> (eg. 7)</li>
- <li><item>Version name</item> (eg. 1.6)</li>
- <li><item>Android version</item> (eg. Android 5.1)</li>
- <li><item>Device</item> (eg. Galaxy S6 Edge+ [zenlte])</li>
- <li><item>Manufacturer</item> (eg. Samsung)</li>
- <li><item>Device type</item> (eg. Phone)</li>
- <li><item>CPU make</item> (eg. Samsung)</li>
- <li><item>CPU model</item> (eg. Exynos 7420)</li>
- <li><item>Screen density</item> (eg. 560 dpi)</li>
- <li><item>Screen size</item> (eg. 2560 x 1440)</li>
- <li><item>RAM</item> (eg. 4096 MB)</li>
- <li><item>Native platform</item> (eg. armeabi-v7a,armeabi,arm64v8a)</li>
- <li><item>OpenGL ES version</item> (eg. 3.1)</li>
- <li><item>Device language</item> (eg. English)</li>
+ <li><item>Код версии</item> (напр. 7)</li>
+ <li><item>Имя версии</item> (напр. 1.6)</li>
+ <li><item>Версия Android</item> (напр. Android 5.1)</li>
+ <li><item>Устройство</item> (напр. Galaxy S6 Edge+ [zenlte])</li>
+ <li><item>Производитель</item> (напр. Samsung)</li>
+ <li><item>Тип устройства</item> (напр. Phone)</li>
+ <li><item>Производитель CPU</item> (напр. Samsung)</li>
+ <li><item>Модель CPU</item> (напр. Exynos 7420)</li>
+ <li><item>Разрешение экрана</item> (напр. 560 dpi)</li>
+ <li><item>Размер экрана</item> (напр. 2560 x 1440)</li>
+ <li><item>ОЗУ</item> (напр. 4096 MB)</li>
+ <li><item>Собственная платформа</item> (напр. armeabi-v7a,armeabi,arm64v8a)</li>
+ <li><item>Версия OpenGL ES</item> (напр. 3.1)</li>
+ <li><item>Язык устройства</item> (напр. Russian)</li>
</ul>
</ul>
- <h3>Direct Communications</h3>
- <p>Users may choose to send direct communications to Stoutner, like email messages and comments on <a href="https://www.stoutner.com/">stoutner.com</a>.</p>
+ <h3>Прямая связь</h3>
+ <p>Пользователи могут отправлять прямые сообщения Stoutner, такие как сообщения электронной почты и комментарии на <a href="https://www.stoutner.com/">stoutner.com</a>.</p>
- <h3>Use of Information</h3>
- <p><strong class="blue">Stoutner may use this information to assist in the development of Privacy Browser and communicate the status of the project to users.</strong>
- <strong class="red">Stoutner will never sell this information nor transfer it to any third party that would use it for advertising or marketing.</strong></p>
+ <h3>Использование информации</h3>
+ <p><strong class="blue">Stoutner может использовать эту информацию, чтобы помочь в разработке Privacy Browser и сообщать о статусе проекта пользователям.</strong>
+ <strong class="red">Stoutner никогда не будет продавать эту информацию и передавать ее какой-либо третьей стороне, которая будет использовать ее для рекламы или маркетинга.</strong></p>
<hr />
- <p style="text-align: center;"><em>Revision 1.5, 11 January 2018</em></p>
+ <p style="text-align: center;"><em>Ревизия 1.5, 11 января 2018</em></p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3>Privacy Browser Free</h3>
- <p><strong class="red">Privacy Browser Free does not collect any user information</strong>.</p>
+ <h3>Privacy Browser</h3>
+ <p><strong class="red">Privacy Browser не собирает никакой информации о пользователе.</strong></p>
<h3>Google Play</h3>
- <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
- Google provides <em>anonymized summary installation information</em> to developers, including the number of installs organized by the following categories.</p>
+ <p>Google Play имеет <a href="https://www.google.com/intl/en/policies/privacy/">собственную политику конфиденциальности</a>.
+ Google предоставляет разработчикам <em>анонимную итоговую информацию об установке</em>, в том числе количество установок, организованных по следующим категориям.</p>
<ul>
- <li><item>Android version</item> (eg. Android 7.1)</li>
- <li><item>Device</item> (eg. Samsung Galaxy S6 [zeroflte])</li>
- <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
- <li><item>Country</item> (eg. United States)</li>
- <li><item>Language</item> (eg. English [United States])</li>
- <li><item>App version</item> (eg. 14)</li>
- <li><item>Carrier</item> (eg. T-Mobile - US)</li>
+ <li><item>Версия Android</item> (напр. Android 7.1)</li>
+ <li><item>Устройство</item> (напр. Samsung Galaxy S6 [zeroflte])</li>
+ <li><item>Планшеты</item> (напр. Tablets 10" и выше)</li>
+ <li><item>Страна</item> (напр. Russian Federation)</li>
+ <li><item>Язык</item> (напр. Russian)</li>
+ <li><item>Версия приложения</item> (напр. 14)</li>
+ <li><item>Оператор</item> (напр. Beeline - RU)</li>
</ul>
- <h3>Google Play Ratings</h3>
- <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
- Google provides developers with <em>anonymized summaries</em> of the following information related to user ratings.</p>
+ <h3>Рейтинги Google Play</h3>
+ <p>Google Play имеет <a href="https://www.google.com/intl/en/policies/privacy/">собственную политику конфиденциальности</a>.
+ Google предоставляет разработчикам <em>анонимные сводки</em> следующей информации, относящейся к пользовательским рейтингам.</p>
<ul>
- <li><item>Country</item> (eg. United States)</li>
- <li><item>Language</item> (eg. English)</li>
- <li><item>App version</item> (eg. 14)</li>
- <li><item>Android version</item> (eg. Android 7.1)</li>
- <li><item>Device</item> (eg. Google Nexus 5X [bullhead])</li>
- <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
+ <li><item>Страна</item> (напр. Russian Federation)</li>
+ <li><item>Язык</item> (напр. Russian)</li>
+ <li><item>Версия приложения</item> (напр. 14)</li>
+ <li><item>Версия Android</item> (напр. Android 7.1)</li>
+ <li><item>Устройство</item> (напр. Google Nexus 5X [bullhead])</li>
+ <li><item>Планшеты</item> (напр. Tablets 10" и выше)</li>
</ul>
- <h3>Google Play Reviews</h3>
- <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
- In addition to the name of the reviewer, the rating, and the text of the review (which are all available publicly), Google provides some or all of the following information to the developer.</p>
+ <h3>Отзывы Google Play</h3>
+ <p>Google Play имеет <a href="https://www.google.com/intl/en/policies/privacy/">собственную политику конфиденциальности</a>.
+ Помимо имени автора отзыва, рейтинга и текста отзыва (все они доступны публично), Google предоставляет разработчику некоторую или всю следующую информацию.</p>
<ul>
- <li><item>Version code</item> (eg. 7)</li>
- <li><item>Version name</item> (eg. 1.6)</li>
- <li><item>Android version</item> (eg. Android 5.1)</li>
- <li><item>Device</item> (eg. Galaxy S6 Edge+ [zenlte])</li>
- <li><item>Manufacturer</item> (eg. Samsung)</li>
- <li><item>Device type</item> (eg. Phone)</li>
- <li><item>CPU make</item> (eg. Samsung)</li>
- <li><item>CPU model</item> (eg. Exynos 7420)</li>
- <li><item>Screen density</item> (eg. 560 dpi)</li>
- <li><item>Screen size</item> (eg. 2560 x 1440)</li>
- <li><item>RAM</item> (eg. 4096 MB)</li>
- <li><item>Native platform</item> (eg. armeabi-v7a,armeabi,arm64v8a)</li>
- <li><item>OpenGL ES version</item> (eg. 3.1)</li>
- <li><item>Device language</item> (eg. English)</li>
+ <li><item>Код версии</item> (напр. 7)</li>
+ <li><item>Имя версии</item> (напр. 1.6)</li>
+ <li><item>Версия Android</item> (напр. Android 5.1)</li>
+ <li><item>Устройство</item> (напр. Galaxy S6 Edge+ [zenlte])</li>
+ <li><item>Производитель</item> (напр. Samsung)</li>
+ <li><item>Тип устройства</item> (напр. Phone)</li>
+ <li><item>Производитель CPU</item> (напр. Samsung)</li>
+ <li><item>Модель CPU</item> (напр. Exynos 7420)</li>
+ <li><item>Разрешение экрана</item> (напр. 560 dpi)</li>
+ <li><item>Размер экрана</item> (напр. 2560 x 1440)</li>
+ <li><item>ОЗУ</item> (напр. 4096 MB)</li>
+ <li><item>Собственная платформа</item> (напр. armeabi-v7a,armeabi,arm64v8a)</li>
+ <li><item>Версия OpenGL ES</item> (напр. 3.1)</li>
+ <li><item>Язык устройства</item> (напр. Russian)</li>
</ul>
</ul>
- <h3>Direct Communications</h3>
- <p>Users may choose to send direct communications to Stoutner, like email messages and comments on <a href="https://www.stoutner.com/">stoutner.com</a>.</p>
+ <h3>Прямая связь</h3>
+ <p>Пользователи могут отправлять прямые сообщения Stoutner, такие как сообщения электронной почты и комментарии на <a href="https://www.stoutner.com/">stoutner.com</a>.</p>
- <h3>Use of Information</h3>
- <p><strong class="blue">Stoutner may use this information to assist in the development of Privacy Browser and communicate the status of the project to users.</strong>
- <strong class="red">Stoutner will never sell this information nor transfer it to any third party that would use it for advertising or marketing.</strong></p>
+ <h3>Использование информации</h3>
+ <p><strong class="blue">Stoutner может использовать эту информацию, чтобы помочь в разработке Privacy Browser и сообщать о статусе проекта пользователям.</strong>
+ <strong class="red">Stoutner никогда не будет продавать эту информацию и передавать ее какой-либо третьей стороне, которая будет использовать ее для рекламы или маркетинга.</strong></p>
<hr />
- <p style="text-align: center;"><em>Revision 1.5, 11 January 2018</em></p>
+ <p style="text-align: center;"><em>Ревизия 1.5, 11 января 2018</em></p>
</body>
</html>
\ No newline at end of file
--- /dev/null
+<!-- `privacy_browser_foreground.xml` is derived from `ic_security` and `ic_language`, which are part of the Android Material icon set. They are released under the Apache License 2.0.
+ Modifications copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>. The resulting image is released under the GPLv3+ license. -->
+
+<vector
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="108dp"
+ android:height="108dp"
+ android:viewportWidth="523.63635"
+ android:viewportHeight="523.63635" >
+
+ <group android:translateX="133.81818"
+ android:translateY="133.81818" >
+
+ <path
+ android:pathData="m128,12.8 l-94.255,41.891v62.836c0,58.124 40.215,112.477 94.255,125.673 54.039,-13.196 94.255,-67.549 94.255,-125.673v-62.836z"
+ android:fillColor="#0d4781"
+ android:strokeColor="#00000000"
+ android:fillAlpha="1" />
+
+ <path
+ android:pathData="m128,0 l-104.727,46.545v69.818C23.273,180.945 67.956,241.338 128,256 188.044,241.338 232.727,180.945 232.727,116.364v-69.818zM128,127.884h81.455C203.287,175.825 171.287,218.531 128,231.913L128,128L46.545,128L46.545,61.673L128,25.484Z"
+ android:fillColor="#1976d2"
+ android:strokeColor="#00000000"
+ android:fillAlpha="1" />
+
+ <path
+ android:pathData="m127.92,48.214c-44.042,0 -79.706,35.744 -79.706,79.786 0,44.042 35.664,79.786 79.706,79.786 44.121,0 79.865,-35.744 79.865,-79.786 0,-44.042 -35.744,-79.786 -79.865,-79.786zM183.212,96.086h-23.537c-2.553,-9.973 -6.223,-19.547 -11.01,-28.404 14.681,5.026 26.888,15.239 34.547,28.404zM128,64.491c6.622,9.574 11.808,20.186 15.239,31.595h-30.478c3.431,-11.409 8.617,-22.021 15.239,-31.595zM66.246,143.957C64.969,138.851 64.172,133.505 64.172,128c0,-5.505 0.798,-10.851 2.074,-15.957h26.968c-0.638,5.266 -1.117,10.532 -1.117,15.957 0,5.425 0.479,10.691 1.117,15.957zM72.788,159.914L96.325,159.914c2.553,9.973 6.223,19.547 11.01,28.404C92.655,183.291 80.448,173.159 72.788,159.914ZM96.325,96.086L72.788,96.086c7.659,-13.244 19.867,-23.377 34.547,-28.404 -4.787,8.856 -8.457,18.43 -11.01,28.404zM128,191.509c-6.622,-9.574 -11.808,-20.186 -15.239,-31.595h30.478C139.808,171.324 134.622,181.935 128,191.509ZM146.67,143.957h-37.34c-0.718,-5.266 -1.277,-10.532 -1.277,-15.957 0,-5.425 0.559,-10.771 1.277,-15.957h37.34c0.718,5.186 1.277,10.532 1.277,15.957 0,5.425 -0.558,10.691 -1.277,15.957zM148.664,188.318c4.787,-8.856 8.457,-18.43 11.01,-28.404h23.537c-7.659,13.165 -19.867,23.377 -34.547,28.404zM162.786,143.957c0.638,-5.266 1.117,-10.532 1.117,-15.957 0,-5.425 -0.479,-10.691 -1.117,-15.957h26.968c1.277,5.106 2.074,10.452 2.074,15.957 0,5.505 -0.798,10.851 -2.074,15.957z"
+ android:fillColor="#ffffff"
+ android:fillAlpha="1" />
+
+ <path
+ android:pathData="M50.491,201.267h155.02v54.763h-155.02z"
+ android:strokeAlpha="1"
+ android:strokeWidth="0.74080104"
+ android:fillColor="#b71c1c"
+ android:strokeColor="#00000000"
+ android:fillAlpha="1" />
+
+ <path
+ android:pathData="m65.675,212.543h24.609v6.921L75.672,219.465v5.625h12.48v6.504L75.672,231.593L75.672,244.755h-9.998z"
+ android:strokeAlpha="1"
+ android:strokeLineJoin="miter"
+ android:strokeWidth="1"
+ android:fillColor="#ffffff"
+ android:strokeColor="#00000000"
+ android:fillAlpha="1"
+ android:strokeLineCap="butt" />
+
+ <path
+ android:pathData="M95.821,244.755L95.821,212.543L112.41,212.543q4.614,0 7.053,0.791 2.439,0.791 3.933,2.944 1.494,2.131 1.494,5.208 0,2.681 -1.143,4.636 -1.143,1.934 -3.142,3.142 -1.274,0.769 -3.494,1.274 1.78,0.593 2.593,1.187 0.549,0.396 1.582,1.692 1.055,1.296 1.406,2l4.812,9.338h-11.25l-5.317,-9.844q-1.011,-1.912 -1.802,-2.483 -1.077,-0.747 -2.439,-0.747L105.819,231.681L105.819,244.755ZM105.819,225.595h4.197q0.681,0 2.637,-0.439 0.989,-0.198 1.604,-1.011 0.637,-0.813 0.637,-1.868 0,-1.56 -0.989,-2.395 -0.989,-0.835 -3.713,-0.835h-4.373z"
+ android:strokeAlpha="1"
+ android:strokeLineJoin="miter"
+ android:strokeWidth="1"
+ android:fillColor="#ffffff"
+ android:strokeColor="#00000000"
+ android:fillAlpha="1"
+ android:strokeLineCap="butt" />
+
+ <path
+ android:pathData="m130.648,212.543h26.675v6.877h-16.699v5.12h15.491v6.57L140.623,231.11L140.623,237.46h17.183v7.295h-27.158z"
+ android:strokeAlpha="1"
+ android:strokeLineJoin="miter"
+ android:strokeWidth="1"
+ android:fillColor="#ffffff"
+ android:strokeColor="#00000000"
+ android:fillAlpha="1"
+ android:strokeLineCap="butt" />
+
+ <path
+ android:pathData="m163.167,212.543h26.675v6.877h-16.699v5.12h15.491v6.57L173.143,231.11L173.143,237.46h17.183v7.295h-27.158z"
+ android:strokeAlpha="1"
+ android:strokeLineJoin="miter"
+ android:strokeWidth="1"
+ android:fillColor="#ffffff"
+ android:strokeColor="#00000000"
+ android:fillAlpha="1"
+ android:strokeLineCap="butt" />
+ </group>
+</vector>
--- /dev/null
+/*
+ * Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
+ *
+ * This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+ *
+ * Privacy Browser is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Privacy Browser is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+/* Gray 850 */
+body {
+ background-color: #313131;
+ color: #BDBDBD;
+}
+
+/* Blue 700 */
+a {
+ color: #1976D2;
+ text-decoration: none;
+}
+
+/* Blue 600 */
+h3 {
+ color: #1E88E5;
+}
+
+/* Half of Red 900 */
+strong.red {
+ color: #A71919;
+}
+
+/* Blue 400 */
+strong.blue {
+ color: #42A5F5;
+}
+
+/* Blue 400 */
+item {
+ color: #42A5F5;
+ font-weight: bold;
+}
+
+img.inline {
+ height: 16;
+ width: 16;
+}
+
+img.title {
+ vertical-align: bottom;
+ height: 32;
+ width: 32;
+}
+
+img.icon {
+ vertical-align: middle;
+ height: 32;
+ width: 32;
+}
+
+img.left {
+ float: left;
+ height: 32;
+ width: 32;
+}
+
+/* An image must be a block to be centered. */
+img.center {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ height: 640;
+ width: 360;
+}
+
+
+/* center21 is for screenshots that have a 2:1 aspect ration (so called 18:9) */
+/* An image must be a block to be centered. */
+img.center21 {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ height: 720;
+ width: 360;
+}
\ No newline at end of file
--- /dev/null
+/*
+ * Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
+ *
+ * This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+ *
+ * Privacy Browser is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Privacy Browser is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+/* Blue 700 */
+a {
+ color: #1976D2;
+ text-decoration: none;
+}
+
+/* Blue 900 */
+h3 {
+ color: #0D47A1;
+}
+
+/* Red 900 */
+strong.red {
+ color: #B71C1C;
+}
+
+/* Blue 800 */
+strong.blue {
+ color: #1565C0;
+}
+
+/* Blue 700 */
+item {
+ color: #1976D2;
+ font-weight: bold;
+}
+
+img.inline {
+ height: 16;
+ width: 16;
+}
+
+img.title {
+ vertical-align: bottom;
+ height: 32;
+ width: 32;
+}
+
+img.icon {
+ vertical-align: middle;
+ height: 32;
+ width: 32;
+}
+
+img.left {
+ float: left;
+ height: 32;
+ width: 32;
+}
+
+/* An image must be a block to be centered. */
+img.center {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ height: 640;
+ width: 360;
+}
+
+
+/* center21 is for screenshots that have a 2:1 aspect ration (so called 18:9) */
+/* An image must be a block to be centered. */
+img.center21 {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ height: 720;
+ width: 360;
+}
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
which is released under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p>
<h3>Icons</h3>
- <p><img class="left" src="../en/images/privacy_browser.png"> <img class="left" src="../en/images/privacy_browser_free.png"> <img class="left" src="../en/images/warning.png">
- <img class="left" src="../en/images/javascript_enabled.png"> are derived from ic_security and ic_language, which are part of the
+ <p><img class="left" src="../shared_images/privacy_browser.png"> <img class="left" src="../shared_images/privacy_browser_free.png"> <img class="left" src="../shared_images/warning.png">
+ <img class="left" src="../shared_images/javascript_enabled.png"> are derived from ic_security and ic_language, which are part of the
<a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
The full text of the license is below. Modifications copyright © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting images are released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/move_to_folder_dark.png"> is derived from elements of ic_folder and ic_exit_to_app, which are part of the
+ <p><img class="left" src="../shared_images/move_to_folder_dark.png"> is derived from elements of ic_folder and ic_exit_to_app, which are part of the
<a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/create_bookmark_dark.png"> is derived from elements of ic_bookmark and ic_create_new_folder, which are part of the
+ <p><img class="left" src="../shared_images/create_bookmark_dark.png"> is derived from elements of ic_bookmark and ic_create_new_folder, which are part of the
<a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/create_folder_dark.png"> is derived from ic_create_new_folder, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/create_folder_dark.png"> is derived from ic_create_new_folder, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/clear_and_exit_dark.png"> is derived from ic_exit_to_app, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/clear_and_exit_dark.png"> is derived from ic_exit_to_app, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/night_mode_dark.png"> is derived from ic_compare, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/night_mode_dark.png"> is derived from ic_compare, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/orbot_dark.png"> orbot is a modified version of
+ <p><img class="left" src="../shared_images/orbot_dark.png"> orbot is a modified version of
<a href="https://gitweb.torproject.org/orbot.git/tree/app/src/main/res/drawable-xxxhdpi/ic_stat_tor.png">the status icon from the Orbot project</a>,
which is copyright 2009-2010 Nathan Freitas, The Guardian Project. It is released under the <a href="https://gitweb.torproject.org/orbot.git/tree/LICENSE">3-clause BSD license</a>.
The full text of the license is below. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/cookie_dark.png"> cookie was created by Google. It is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
+ <p><img class="left" src="../shared_images/cookie_dark.png"> cookie was created by Google. It is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
and can be downloaded from <a href="https://materialdesignicons.com/icon/cookie">Material Design Icons</a>.
It is unchanged except for layout information like color and size.</p>
<p>The following icons come from the <a href="https://material.io/icons/">Android Material icon set</a>,
which is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
They are unchanged except for layout information like color and size. Some of them have been renamed to match their use in the code. The original icons and names are shown below.</p>
- <p><img class="icon" src="../en/images/ic_add_dark.png"> ic_add.</p>
- <p><img class="icon" src="../en/images/ic_arrow_back_dark.png"> ic_arrow_back.</p>
- <p><img class="icon" src="../en/images/ic_arrow_forward_dark.png"> ic_arrow_forward.</p>
- <p><img class="icon" src="../en/images/ic_bookmark_border_dark.png"> ic_bookmark_border.</p>
- <p><img class="icon" src="../en/images/ic_bug_report_dark.png"> ic_bug_report.</p>
- <p><img class="icon" src="../en/images/ic_call_to_action_dark.png"> ic_call_to_action.</p>
- <p><img class="icon" src="../en/images/ic_chrome_reader_mode_dark.png"> ic_chrome_reader_mode.</p>
- <p><img class="icon" src="../en/images/ic_close_dark.png"> ic_close.</p>
- <p><img class="icon" src="../en/images/ic_delete_dark.png"> ic_delete.</p>
- <p><img class="icon" src="../en/images/ic_delete_forever_dark.png"> ic_delete_forever.</p>
- <p><img class="icon" src="../en/images/ic_devices_other_dark.png"> ic_devices_other.</p>
- <p><img class="icon" src="../en/images/ic_dns_dark.png"> ic_dns.</p>
- <p><img class="icon" src="../en/images/ic_donut_small_dark.png"> ic_donut_small.</p>
- <p><img class="icon" src="../en/images/ic_edit_dark.png"> ic_edit.</p>
- <p><img class="icon" src="../en/images/ic_expand_less_dark.png"> ic_expand_less.</p>
- <p><img class="icon" src="../en/images/ic_expand_more_dark.png"> ic_expand_more.</p>
- <p><img class="icon" src="../en/images/ic_file_download_dark.png"> ic_file_download.</p>
- <p><img class="icon" src="../en/images/ic_find_in_page_dark.png"> ic_find_in_page.</p>
- <p><img class="icon" src="../en/images/ic_folder_dark.png"> ic_folder.</p>
- <p><img class="icon" src="../en/images/ic_fullscreen_dark.png"> ic_fullscreen.</p>
- <p><img class="icon" src="../en/images/ic_home_dark.png"> ic_home.</p>
- <p><img class="icon" src="../en/images/ic_image_dark.png"> ic_image.</p>
- <p><img class="icon" src="../en/images/ic_import_contacts_dark.png"> ic_import_contacts.</p>
- <p><img class="icon" src="../en/images/ic_important_devices_dark.png"> ic_important_devices.</p>
- <p><img class="icon" src="../en/images/ic_info_outline_dark.png"> ic_info_outline.</p>
- <p><img class="icon" src="../en/images/ic_language_dark.png"> ic_language.</p>
- <p><img class="icon" src="../en/images/ic_list_dark.png"> ic_list.</p>
- <p><img class="icon" src="../en/images/ic_local_activity_dark.png"> ic_local_activity.</p>
- <p><img class="icon" src="../en/images/ic_location_off_dark.png"> ic_location_off.</p>
- <p><img class="icon" src="../en/images/ic_lock_dark.png"> ic_lock.</p>
- <p><img class="icon" src="../en/images/ic_map_dark.png"> ic_map.</p>
- <p><img class="icon" src="../en/images/ic_more_dark.png"> ic_more.</p>
- <p><img class="icon" src="../en/images/ic_question_answer_dark.png"> ic_question_answer.</p>
- <p><img class="icon" src="../en/images/ic_refresh_dark.png"> ic_refresh.</p>
- <p><img class="icon" src="../en/images/ic_search_dark.png"> ic_search.</p>
- <p><img class="icon" src="../en/images/ic_select_all_dark.png"> ic_select_all.</p>
- <p><img class="icon" src="../en/images/ic_settings_dark.png"> ic_settings.</p>
- <p><img class="icon" src="../en/images/ic_smartphone_dark.png"> ic_smartphone.</p>
- <p><img class="icon" src="../en/images/ic_style_dark.png"> ic_style.</p>
- <p><img class="icon" src="../en/images/ic_subtitles_dark.png"> ic_subtitles.</p>
- <p><img class="icon" src="../en/images/ic_text_fields_dark.png"> ic_text_fields.</p>
- <p><img class="icon" src="../en/images/ic_thumbs_up_down_dark.png"> ic_thumbs_up_down.</p>
- <p><img class="icon" src="../en/images/ic_vertical_align_bottom_dark.png"> ic_vertical_align_bottom.</p>
- <p><img class="icon" src="../en/images/ic_vertical_align_top_dark.png"> ic_vertical_align_top.</p>
- <p><img class="icon" src="../en/images/ic_visibility_off_dark.png"> ic_visibility_off.</p>
- <p><img class="icon" src="../en/images/ic_vpn_lock_dark.png"> ic_vpn_lock.</p>
- <p><img class="icon" src="../en/images/ic_web_dark.png"> ic_web.</p>
+ <p><img class="icon" src="../shared_images/ic_add_dark.png"> ic_add.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_back_dark.png"> ic_arrow_back.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_forward_dark.png"> ic_arrow_forward.</p>
+ <p><img class="icon" src="../shared_images/ic_bookmark_border_dark.png"> ic_bookmark_border.</p>
+ <p><img class="icon" src="../shared_images/ic_bug_report_dark.png"> ic_bug_report.</p>
+ <p><img class="icon" src="../shared_images/ic_call_to_action_dark.png"> ic_call_to_action.</p>
+ <p><img class="icon" src="../shared_images/ic_chrome_reader_mode_dark.png"> ic_chrome_reader_mode.</p>
+ <p><img class="icon" src="../shared_images/ic_close_dark.png"> ic_close.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_dark.png"> ic_delete.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_forever_dark.png"> ic_delete_forever.</p>
+ <p><img class="icon" src="../shared_images/ic_devices_other_dark.png"> ic_devices_other.</p>
+ <p><img class="icon" src="../shared_images/ic_dns_dark.png"> ic_dns.</p>
+ <p><img class="icon" src="../shared_images/ic_donut_small_dark.png"> ic_donut_small.</p>
+ <p><img class="icon" src="../shared_images/ic_edit_dark.png"> ic_edit.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_less_dark.png"> ic_expand_less.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_more_dark.png"> ic_expand_more.</p>
+ <p><img class="icon" src="../shared_images/ic_file_download_dark.png"> ic_file_download.</p>
+ <p><img class="icon" src="../shared_images/ic_find_in_page_dark.png"> ic_find_in_page.</p>
+ <p><img class="icon" src="../shared_images/ic_folder_dark.png"> ic_folder.</p>
+ <p><img class="icon" src="../shared_images/ic_fullscreen_dark.png"> ic_fullscreen.</p>
+ <p><img class="icon" src="../shared_images/ic_home_dark.png"> ic_home.</p>
+ <p><img class="icon" src="../shared_images/ic_image_dark.png"> ic_image.</p>
+ <p><img class="icon" src="../shared_images/ic_import_contacts_dark.png"> ic_import_contacts.</p>
+ <p><img class="icon" src="../shared_images/ic_important_devices_dark.png"> ic_important_devices.</p>
+ <p><img class="icon" src="../shared_images/ic_info_outline_dark.png"> ic_info_outline.</p>
+ <p><img class="icon" src="../shared_images/ic_language_dark.png"> ic_language.</p>
+ <p><img class="icon" src="../shared_images/ic_list_dark.png"> ic_list.</p>
+ <p><img class="icon" src="../shared_images/ic_local_activity_dark.png"> ic_local_activity.</p>
+ <p><img class="icon" src="../shared_images/ic_location_off_dark.png"> ic_location_off.</p>
+ <p><img class="icon" src="../shared_images/ic_lock_dark.png"> ic_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_map_dark.png"> ic_map.</p>
+ <p><img class="icon" src="../shared_images/ic_more_dark.png"> ic_more.</p>
+ <p><img class="icon" src="../shared_images/ic_question_answer_dark.png"> ic_question_answer.</p>
+ <p><img class="icon" src="../shared_images/ic_refresh_dark.png"> ic_refresh.</p>
+ <p><img class="icon" src="../shared_images/ic_search_dark.png"> ic_search.</p>
+ <p><img class="icon" src="../shared_images/ic_select_all_dark.png"> ic_select_all.</p>
+ <p><img class="icon" src="../shared_images/ic_settings_dark.png"> ic_settings.</p>
+ <p><img class="icon" src="../shared_images/ic_smartphone_dark.png"> ic_smartphone.</p>
+ <p><img class="icon" src="../shared_images/ic_style_dark.png"> ic_style.</p>
+ <p><img class="icon" src="../shared_images/ic_subtitles_dark.png"> ic_subtitles.</p>
+ <p><img class="icon" src="../shared_images/ic_text_fields_dark.png"> ic_text_fields.</p>
+ <p><img class="icon" src="../shared_images/ic_thumbs_up_down_dark.png"> ic_thumbs_up_down.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_bottom_dark.png"> ic_vertical_align_bottom.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_top_dark.png"> ic_vertical_align_top.</p>
+ <p><img class="icon" src="../shared_images/ic_visibility_off_dark.png"> ic_visibility_off.</p>
+ <p><img class="icon" src="../shared_images/ic_vpn_lock_dark.png"> ic_vpn_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_web_dark.png"> ic_web.</p>
<hr/>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
which is released under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p>
<h3>Icons</h3>
- <p><img class="left" src="../en/images/privacy_browser.png"> <img class="left" src="../en/images/privacy_browser_free.png"> <img class="left" src="../en/images/warning.png">
- <img class="left" src="../en/images/javascript_enabled.png"> are derived from ic_security and ic_language, which are part of the
+ <p><img class="left" src="../shared_images/privacy_browser.png"> <img class="left" src="../shared_images/privacy_browser_free.png"> <img class="left" src="../shared_images/warning.png">
+ <img class="left" src="../shared_images/javascript_enabled.png"> are derived from ic_security and ic_language, which are part of the
<a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
The full text of the license is below. Modifications copyright © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting images are released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/move_to_folder_light.png"> is derived from elements of ic_folder and ic_exit_to_app, which are part of the
+ <p><img class="left" src="../shared_images/move_to_folder_light.png"> is derived from elements of ic_folder and ic_exit_to_app, which are part of the
<a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/create_bookmark_light.png"> is derived from elements of ic_bookmark and ic_create_new_folder, which are part of the
+ <p><img class="left" src="../shared_images/create_bookmark_light.png"> is derived from elements of ic_bookmark and ic_create_new_folder, which are part of the
<a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/create_folder_light.png"> is derived from ic_create_new_folder, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/create_folder_light.png"> is derived from ic_create_new_folder, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/clear_and_exit_light.png"> is derived from ic_exit_to_app, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/clear_and_exit_light.png"> is derived from ic_exit_to_app, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/night_mode_light.png"> is derived from ic_compare, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/night_mode_light.png"> is derived from ic_compare, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/orbot_light.png"> orbot is a modified version of
+ <p><img class="left" src="../shared_images/orbot_light.png"> orbot is a modified version of
<a href="https://gitweb.torproject.org/orbot.git/tree/app/src/main/res/drawable-xxxhdpi/ic_stat_tor.png">the status icon from the Orbot project</a>,
which is copyright 2009-2010 Nathan Freitas, The Guardian Project. It is released under the <a href="https://gitweb.torproject.org/orbot.git/tree/LICENSE">3-clause BSD license</a>.
The full text of the license is below. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/cookie_light.png"> cookie was created by Google. It is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
+ <p><img class="left" src="../shared_images/cookie_light.png"> cookie was created by Google. It is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
and can be downloaded from <a href="https://materialdesignicons.com/icon/cookie">Material Design Icons</a>. It is unchanged except for layout information like color and size.</p>
<p>The following icons come from the <a href="https://material.io/icons/">Android Material icon set</a>,
which is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
They are unchanged except for layout information like color and size. Some of them have been renamed to match their use in the code. The original icons and names are shown below.</p>
- <p><img class="icon" src="../en/images/ic_add_light.png"> ic_add.</p>
- <p><img class="icon" src="../en/images/ic_arrow_back_light.png"> ic_arrow_back.</p>
- <p><img class="icon" src="../en/images/ic_arrow_forward_light.png"> ic_arrow_forward.</p>
- <p><img class="icon" src="../en/images/ic_bookmark_border_light.png"> ic_bookmark_border.</p>
- <p><img class="icon" src="../en/images/ic_bug_report_light.png"> ic_bug_report.</p>
- <p><img class="icon" src="../en/images/ic_call_to_action_light.png"> ic_call_to_action.</p>
- <p><img class="icon" src="../en/images/ic_chrome_reader_mode_light.png"> ic_chrome_reader_mode.</p>
- <p><img class="icon" src="../en/images/ic_close_light.png"> ic_close.</p>
- <p><img class="icon" src="../en/images/ic_delete_light.png"> ic_delete.</p>
- <p><img class="icon" src="../en/images/ic_delete_forever_light.png"> ic_delete_forever.</p>
- <p><img class="icon" src="../en/images/ic_devices_other_light.png"> ic_devices_other.</p>
- <p><img class="icon" src="../en/images/ic_dns_light.png"> ic_dns.</p>
- <p><img class="icon" src="../en/images/ic_donut_small_light.png"> ic_donut_small.</p>
- <p><img class="icon" src="../en/images/ic_edit_light.png"> ic_edit.</p>
- <p><img class="icon" src="../en/images/ic_expand_less_light.png"> ic_expand_less.</p>
- <p><img class="icon" src="../en/images/ic_expand_more_light.png"> ic_expand_more.</p>
- <p><img class="icon" src="../en/images/ic_file_download_light.png"> ic_file_download.</p>
- <p><img class="icon" src="../en/images/ic_find_in_page_light.png"> ic_find_in_page.</p>
- <p><img class="icon" src="../en/images/ic_folder_light.png"> ic_folder.</p>
- <p><img class="icon" src="../en/images/ic_fullscreen_light.png"> ic_fullscreen.</p>
- <p><img class="icon" src="../en/images/ic_home_light.png"> ic_home.</p>
- <p><img class="icon" src="../en/images/ic_image_light.png"> ic_image.</p>
- <p><img class="icon" src="../en/images/ic_import_contacts_light.png"> ic_import_contacts.</p>
- <p><img class="icon" src="../en/images/ic_important_devices_light.png"> ic_important_devices.</p>
- <p><img class="icon" src="../en/images/ic_info_outline_light.png"> ic_info_outline.</p>
- <p><img class="icon" src="../en/images/ic_language_light.png"> ic_language.</p>
- <p><img class="icon" src="../en/images/ic_list_light.png"> ic_list.</p>
- <p><img class="icon" src="../en/images/ic_local_activity_light.png"> ic_local_activity.</p>
- <p><img class="icon" src="../en/images/ic_location_off_light.png"> ic_location_off.</p>
- <p><img class="icon" src="../en/images/ic_lock_light.png"> ic_lock.</p>
- <p><img class="icon" src="../en/images/ic_map_light.png"> ic_map.</p>
- <p><img class="icon" src="../en/images/ic_more_light.png"> ic_more.</p>
- <p><img class="icon" src="../en/images/ic_question_answer_light.png"> ic_question_answer.</p>
- <p><img class="icon" src="../en/images/ic_refresh_light.png"> ic_refresh.</p>
- <p><img class="icon" src="../en/images/ic_search_light.png"> ic_search.</p>
- <p><img class="icon" src="../en/images/ic_select_all_light.png"> ic_select_all.</p>
- <p><img class="icon" src="../en/images/ic_settings_light.png"> ic_settings.</p>
- <p><img class="icon" src="../en/images/ic_smartphone_light.png"> ic_smartphone.</p>
- <p><img class="icon" src="../en/images/ic_style_light.png"> ic_style.</p>
- <p><img class="icon" src="../en/images/ic_subtitles_light.png"> ic_subtitles.</p>
- <p><img class="icon" src="../en/images/ic_text_fields_light.png"> ic_text_fields.</p>
- <p><img class="icon" src="../en/images/ic_thumbs_up_down_light.png"> ic_thumbs_up_down.</p>
- <p><img class="icon" src="../en/images/ic_vertical_align_bottom_light.png"> ic_vertical_align_bottom.</p>
- <p><img class="icon" src="../en/images/ic_vertical_align_top_light.png"> ic_vertical_align_top.</p>
- <p><img class="icon" src="../en/images/ic_visibility_off_light.png"> ic_visibility_off.</p>
- <p><img class="icon" src="../en/images/ic_vpn_lock_light.png"> ic_vpn_lock.</p>
- <p><img class="icon" src="../en/images/ic_web_light.png"> ic_web.</p>
+ <p><img class="icon" src="../shared_images/ic_add_light.png"> ic_add.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_back_light.png"> ic_arrow_back.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_forward_light.png"> ic_arrow_forward.</p>
+ <p><img class="icon" src="../shared_images/ic_bookmark_border_light.png"> ic_bookmark_border.</p>
+ <p><img class="icon" src="../shared_images/ic_bug_report_light.png"> ic_bug_report.</p>
+ <p><img class="icon" src="../shared_images/ic_call_to_action_light.png"> ic_call_to_action.</p>
+ <p><img class="icon" src="../shared_images/ic_chrome_reader_mode_light.png"> ic_chrome_reader_mode.</p>
+ <p><img class="icon" src="../shared_images/ic_close_light.png"> ic_close.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_light.png"> ic_delete.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_forever_light.png"> ic_delete_forever.</p>
+ <p><img class="icon" src="../shared_images/ic_devices_other_light.png"> ic_devices_other.</p>
+ <p><img class="icon" src="../shared_images/ic_dns_light.png"> ic_dns.</p>
+ <p><img class="icon" src="../shared_images/ic_donut_small_light.png"> ic_donut_small.</p>
+ <p><img class="icon" src="../shared_images/ic_edit_light.png"> ic_edit.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_less_light.png"> ic_expand_less.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_more_light.png"> ic_expand_more.</p>
+ <p><img class="icon" src="../shared_images/ic_file_download_light.png"> ic_file_download.</p>
+ <p><img class="icon" src="../shared_images/ic_find_in_page_light.png"> ic_find_in_page.</p>
+ <p><img class="icon" src="../shared_images/ic_folder_light.png"> ic_folder.</p>
+ <p><img class="icon" src="../shared_images/ic_fullscreen_light.png"> ic_fullscreen.</p>
+ <p><img class="icon" src="../shared_images/ic_home_light.png"> ic_home.</p>
+ <p><img class="icon" src="../shared_images/ic_image_light.png"> ic_image.</p>
+ <p><img class="icon" src="../shared_images/ic_import_contacts_light.png"> ic_import_contacts.</p>
+ <p><img class="icon" src="../shared_images/ic_important_devices_light.png"> ic_important_devices.</p>
+ <p><img class="icon" src="../shared_images/ic_info_outline_light.png"> ic_info_outline.</p>
+ <p><img class="icon" src="../shared_images/ic_language_light.png"> ic_language.</p>
+ <p><img class="icon" src="../shared_images/ic_list_light.png"> ic_list.</p>
+ <p><img class="icon" src="../shared_images/ic_local_activity_light.png"> ic_local_activity.</p>
+ <p><img class="icon" src="../shared_images/ic_location_off_light.png"> ic_location_off.</p>
+ <p><img class="icon" src="../shared_images/ic_lock_light.png"> ic_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_map_light.png"> ic_map.</p>
+ <p><img class="icon" src="../shared_images/ic_more_light.png"> ic_more.</p>
+ <p><img class="icon" src="../shared_images/ic_question_answer_light.png"> ic_question_answer.</p>
+ <p><img class="icon" src="../shared_images/ic_refresh_light.png"> ic_refresh.</p>
+ <p><img class="icon" src="../shared_images/ic_search_light.png"> ic_search.</p>
+ <p><img class="icon" src="../shared_images/ic_select_all_light.png"> ic_select_all.</p>
+ <p><img class="icon" src="../shared_images/ic_settings_light.png"> ic_settings.</p>
+ <p><img class="icon" src="../shared_images/ic_smartphone_light.png"> ic_smartphone.</p>
+ <p><img class="icon" src="../shared_images/ic_style_light.png"> ic_style.</p>
+ <p><img class="icon" src="../shared_images/ic_subtitles_light.png"> ic_subtitles.</p>
+ <p><img class="icon" src="../shared_images/ic_text_fields_light.png"> ic_text_fields.</p>
+ <p><img class="icon" src="../shared_images/ic_thumbs_up_down_light.png"> ic_thumbs_up_down.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_bottom_light.png"> ic_vertical_align_bottom.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_top_light.png"> ic_vertical_align_top.</p>
+ <p><img class="icon" src="../shared_images/ic_visibility_off_light.png"> ic_visibility_off.</p>
+ <p><img class="icon" src="../shared_images/ic_vpn_lock_light.png"> ic_vpn_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_web_light.png"> ic_web.</p>
<hr/>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<h3>Websites</h3>
- <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../en/images/ic_chrome_reader_mode_blue_dark.png"></a>
+ <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../shared_images/ic_chrome_reader_mode_blue_dark.png"></a>
<a href="https://www.stoutner.com/category/privacy-browser/">News</a></p>
- <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../en/images/ic_map_blue_dark.png"></a>
+ <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../shared_images/ic_map_blue_dark.png"></a>
<a href="https://www.stoutner.com/category/roadmap/">Roadmap</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../en/images/ic_bug_report_blue_dark.png"></a>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../shared_images/ic_bug_report_blue_dark.png"></a>
<a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Bug-Tracker und Feature-Anfragen</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../en/images/ic_question_answer_blue_dark.png"></a>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../shared_images/ic_question_answer_blue_dark.png"></a>
<a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Forum</a></p>
- <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../en/images/ic_more_blue_dark.png"></a>
+ <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../shared_images/ic_more_blue_dark.png"></a>
<a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a></p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<h3>Websites</h3>
- <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../en/images/ic_chrome_reader_mode_blue_light.png"></a>
+ <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../shared_images/ic_chrome_reader_mode_blue_light.png"></a>
<a href="https://www.stoutner.com/category/privacy-browser/">News</a></p>
- <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../en/images/ic_map_blue_light.png"></a>
+ <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../shared_images/ic_map_blue_light.png"></a>
<a href="https://www.stoutner.com/category/roadmap/">Roadmap</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../en/images/ic_bug_report_blue_light.png"></a>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../shared_images/ic_bug_report_blue_light.png"></a>
<a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Bug-Tracker und Feature-Anfragen</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../en/images/ic_question_answer_blue_light.png"></a>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../shared_images/ic_question_answer_blue_light.png"></a>
<a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Forum</a></p>
- <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../en/images/ic_more_blue_light.png"></a>
+ <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../shared_images/ic_more_blue_light.png"></a>
<a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a></p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_bookmark_border_blue_dark.png"> Lesezeichen</h3>
+ <h3><img class="title" src="../shared_images/ic_bookmark_border_blue_dark.png"> Lesezeichen</h3>
<p>Bookmarks can be accessed in a drawer layout by swiping from the right of the screen.</p>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_bookmark_border_blue_light.png"> Lesezeichen</h3>
+ <h3><img class="title" src="../shared_images/ic_bookmark_border_blue_light.png"> Lesezeichen</h3>
<p>Bookmarks can be accessed in a drawer layout by swiping from the right of the screen.</p>
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_dns_blue_dark.png"> Secure Web Browsing</h3>
+ <h3><img class="title" src="../shared_images/ic_dns_blue_dark.png"> Secure Web Browsing</h3>
<p>Privacy Browser’s default is to browse with JavaScript, cookies, and DOM storage disabled.
However, some websites legitimately need these features enabled to function correctly.
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_dns_blue_light.png"> Secure Web Browsing</h3>
+ <h3><img class="title" src="../shared_images/ic_dns_blue_light.png"> Secure Web Browsing</h3>
<p>Privacy Browser’s default is to browse with JavaScript, cookies, and DOM storage disabled.
However, some websites legitimately need these features enabled to function correctly.
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2016 Aaron Gerlach <aaron@gerlach.com>. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/privacy_browser.png"> JavaScript ist machtvoll</h3>
+ <h3><img class="title" src="../shared_images/privacy_browser.png"> JavaScript ist machtvoll</h3>
<p>In den frühen Tagen des Internets waren Websites statisch, zeigten also nur Text und Bilder, welche auf dem Bildschirm
sichtbar sind, veränderten sich aber nicht oder interagierten. Natürlich passierte auf solch statischen Websites nicht viel Interessantes.
ein Menü öffnen und viele andere großartige Dinge.</p>
- <h3><img class="title" src="../en/images/javascript_enabled.png"> JavaScript ist gefährlich</h3>
+ <h3><img class="title" src="../shared_images/javascript_enabled.png"> JavaScript ist gefährlich</h3>
<p>Natürlich birgt das Konzept von willkürlich ausgeführten Programmen aus einer Website heraus ein großes gefahrenprotenzial. Also werden Limitierungen in Javascript gesetzt,
damit Dinge wie Viren vorgebeugt wird. Wie auch immer, im Endeffekt sind diese Limitationen sehr ausgedehnt.
<p>Zum Schutz der Privatsphäre wäre es ideal das Web ohne Javascript zu nutzen. Jedoch benötigen manche Websites legitimerweise
JavaScript, um ihre Zwecke zu erfüllen und andere funktionieren nicht korrekt ohne Javascript, selbst wenn sie dazu umprogrammiert werden könnten.
Privacy Browser geht auf diese Problematik ein und macht es einfach, Javascript zu (de-)aktivieren. Ein Knopfdruck auf das Privatsphäre-Schild wechselt zwischen blau
- <img class="inline" src="../en/images/privacy_browser.png"> oder gelb <img class="inline" src="../en/images/warning.png"> (beide zeigen an, dass
- JavaScript aus ist) und rot <img class="inline" src="../en/images/javascript_enabled.png"> (JavaScript aktiviert) und aktualisieren die Website.
+ <img class="inline" src="../shared_images/privacy_browser.png"> oder gelb <img class="inline" src="../shared_images/warning.png"> (beide zeigen an, dass
+ JavaScript aus ist) und rot <img class="inline" src="../shared_images/javascript_enabled.png"> (JavaScript aktiviert) und aktualisieren die Website.
Der Vergleich der verschiedenen Informationen, die <a href="http://webkay.robinlinus.com">webkay</a> mit und ohne Javascript sammeln kann ist informativ.</p>
<p>Das Surfen im Internet mit deaktiviertem und nur bei Bedarf/Benötigung aktiviertem Javascript macht viel beim Datenschutz aus. Zusätzlich wird JavaScript
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2016 Aaron Gerlach <aaron@gerlach.com>. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/privacy_browser.png"> JavaScript ist machtvoll</h3>
+ <h3><img class="title" src="../shared_images/privacy_browser.png"> JavaScript ist machtvoll</h3>
<p>In den frühen Tagen des Internets waren Websites statisch, zeigten also nur Text und Bilder, welche auf dem Bildschirm
sichtbar sind, veränderten sich aber nicht oder interagierten. Natürlich passierte auf solch statischen Websites nicht viel Interessantes.
ein Menü öffnen und viele andere großartige Dinge.</p>
- <h3><img class="title" src="../en/images/javascript_enabled.png"> JavaScript ist gefährlich</h3>
+ <h3><img class="title" src="../shared_images/javascript_enabled.png"> JavaScript ist gefährlich</h3>
<p>Natürlich birgt das Konzept von willkürlich ausgeführten Programmen aus einer Website heraus ein großes gefahrenprotenzial. Also werden Limitierungen in Javascript gesetzt,
damit Dinge wie Viren vorgebeugt wird. Wie auch immer, im Endeffekt sind diese Limitationen sehr ausgedehnt.
<p>Zum Schutz der Privatsphäre wäre es ideal das Web ohne Javascript zu nutzen. Jedoch benötigen manche Websites legitimerweise
JavaScript, um ihre Zwecke zu erfüllen und andere funktionieren nicht korrekt ohne Javascript, selbst wenn sie dazu umprogrammiert werden könnten.
Privacy Browser geht auf diese Problematik ein und macht es einfach, Javascript zu (de-)aktivieren. Ein Knopfdruck auf das Privatsphäre-Schild wechselt zwischen blau
- <img class="inline" src="../en/images/privacy_browser.png"> oder gelb <img class="inline" src="../en/images/warning.png"> (beide zeigen an, dass
- JavaScript aus ist) und rot <img class="inline" src="../en/images/javascript_enabled.png"> (JavaScript aktiviert) und aktualisieren die Website.
+ <img class="inline" src="../shared_images/privacy_browser.png"> oder gelb <img class="inline" src="../shared_images/warning.png"> (beide zeigen an, dass
+ JavaScript aus ist) und rot <img class="inline" src="../shared_images/javascript_enabled.png"> (JavaScript aktiviert) und aktualisieren die Website.
Der Vergleich der verschiedenen Informationen, die <a href="http://webkay.robinlinus.com">webkay</a> mit und ohne Javascript sammeln kann ist informativ.</p>
<p>Das Surfen im Internet mit deaktiviertem und nur bei Bedarf/Benötigung aktiviertem Javascript macht viel beim Datenschutz aus. Zusätzlich wird JavaScript
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2016 Aaron Gerlach <aaron@gerlach.com>. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/cookie_blue_dark.png"> Erstanbieter-Cookies</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_dark.png"> Erstanbieter-Cookies</h3>
<p>Cookies können in zwei Typen unterteilt werden. Erstanbieter-Cookies sind Cookies, die von aktuell besuchten Website gesetzt werden.</p>
für eine Website, den User während des Umherklickens auf der Website eingeloggt zu lassen; wenn eine bestimmte Website sich jedoch dazu entschieden hat,
aktive Logins nur über Cookies zu verwalten, sind eingeschaltetem Erstanbieter-Cookies die einzige Möglichkeit, diese Funktion zu nutzen.</p>
- <p>Wenn Erstanbieter-Cookies aktiviert sind aber Javascript deaktiviert, ist das Privatsphäre-Icon gelb <img class="inline" src="../en/images/warning.png">
+ <p>Wenn Erstanbieter-Cookies aktiviert sind aber Javascript deaktiviert, ist das Privatsphäre-Icon gelb <img class="inline" src="../shared_images/warning.png">
als Warnung.</p>
- <h3><img class="title" src="../en/images/cookie_blue_dark.png"> Drittanbieter-Cookies</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_dark.png"> Drittanbieter-Cookies</h3>
<p>Drittanbieter-Cookies werden von Teilen einer Website gesetzt, die von einem anderen Server als dem aktuell besuchten.
Beispielsweise laden viele Websites Werbungen von einem Drittanbieter-Broker wie Googles
Deshalb aktiviert das Aktivieren von Erstanbieter-Cookies zugleich auch Drittanbieter-Cookies.</p>
- <h3><img class="title" src="../en/images/ic_web_blue_dark.png"> DOM-Speicher</h3>
+ <h3><img class="title" src="../shared_images/ic_web_blue_dark.png"> DOM-Speicher</h3>
<p>Der Document Object Model-Speicher, auch bekannt als Web-Speicher, ist wie Cookies auf Steroiden. Während die maximale Gesamtspeichergrße für alle Cookies von
einer einzigen URL 4kb beträgt, kann der DOM-Speicher zwischen <a href="https://en.wikipedia.org/wiki/Web_storage#Storage_size">5-25 Megabytes pro Seite</a> betragen.
Da der DOM-Speicher Javascript zum Lesen und Schreiben von Daten nutzt, ändert das Aktivieren also nichts, solange nicht auch Javascript aktiviert ist.</p>
- <h3><img class="title" src="../en/images/ic_subtitles_blue_dark.png"> Formulardaten</h3>
+ <h3><img class="title" src="../shared_images/ic_subtitles_blue_dark.png"> Formulardaten</h3>
<p>Formulardaten beinhalten die Informationen, die in Web-Formularen eingegeben werden, wie Benutzernamen, Adressen, Telefonnummern etc. und listet sie als Auswahlmenü auf künftig besuchten Websites auf.
Ungleich der anderen Arten der lokalen Datenspeicherung werden Formulardaten nicht ohne die explizite Handlung des Nutzers an den Webserver gesendet.</p>
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2016 Aaron Gerlach <aaron@gerlach.com>. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/cookie_blue_light.png"> Erstanbieter-Cookies</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_light.png"> Erstanbieter-Cookies</h3>
<p>Cookies können in zwei Typen unterteilt werden. Erstanbieter-Cookies sind Cookies, die von aktuell besuchten Website gesetzt werden.</p>
für eine Website, den User während des Umherklickens auf der Website eingeloggt zu lassen; wenn eine bestimmte Website sich jedoch dazu entschieden hat,
aktive Logins nur über Cookies zu verwalten, sind eingeschaltetem Erstanbieter-Cookies die einzige Möglichkeit, diese Funktion zu nutzen.</p>
- <p>Wenn Erstanbieter-Cookies aktiviert sind aber Javascript deaktiviert, ist das Privatsphäre-Icon gelb <img class="inline" src="../en/images/warning.png">
+ <p>Wenn Erstanbieter-Cookies aktiviert sind aber Javascript deaktiviert, ist das Privatsphäre-Icon gelb <img class="inline" src="../shared_images/warning.png">
als Warnung.</p>
- <h3><img class="title" src="../en/images/cookie_blue_light.png"> Drittanbieter-Cookies</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_light.png"> Drittanbieter-Cookies</h3>
<p>Drittanbieter-Cookies werden von Teilen einer Website gesetzt, die von einem anderen Server als dem aktuell besuchten.
Beispielsweise laden viele Websites Werbungen von einem Drittanbieter-Broker wie Googles
Deshalb aktiviert das Aktivieren von Erstanbieter-Cookies zugleich auch Drittanbieter-Cookies.</p>
- <h3><img class="title" src="../en/images/ic_web_blue_light.png"> DOM-Speicher</h3>
+ <h3><img class="title" src="../shared_images/ic_web_blue_light.png"> DOM-Speicher</h3>
<p>Der Document Object Model-Speicher, auch bekannt als Web-Speicher, ist wie Cookies auf Steroiden. Während die maximale Gesamtspeichergrße für alle Cookies von
einer einzigen URL 4kb beträgt, kann der DOM-Speicher zwischen <a href="https://en.wikipedia.org/wiki/Web_storage#Storage_size">5-25 Megabytes pro Seite</a> betragen.
Da der DOM-Speicher Javascript zum Lesen und Schreiben von Daten nutzt, ändert das Aktivieren also nichts, solange nicht auch Javascript aktiviert ist.</p>
- <h3><img class="title" src="../en/images/ic_subtitles_blue_light.png"> Formulardaten</h3>
+ <h3><img class="title" src="../shared_images/ic_subtitles_blue_light.png"> Formulardaten</h3>
<p>Formulardaten beinhalten die Informationen, die in Web-Formularen eingegeben werden, wie Benutzernamen, Adressen, Telefonnummern etc. und listet sie als Auswahlmenü auf künftig besuchten Websites auf.
Ungleich der anderen Arten der lokalen Datenspeicherung werden Formulardaten nicht ohne die explizite Handlung des Nutzers an den Webserver gesendet.</p>
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2016 Aaron Gerlach <aaron@gerlach.com>. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2016 Aaron Gerlach <aaron@gerlach.com>. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_vpn_lock_blue_dark.png"> Connect with Confidence</h3>
+ <h3><img class="title" src="../shared_images/ic_vpn_lock_blue_dark.png"> Connect with Confidence</h3>
<p>When visiting an encrypted URL (one that begins with HTTPS), the webserver uses an SSL certificate to both encrypt the information sent to the browser and to identify the server.
The purpose of the server identification is to prevent a machine located between the browser and the webserver from pretending to be the server and decrypting the information in transit.
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_vpn_lock_blue_light.png"> Connect with Confidence</h3>
+ <h3><img class="title" src="../shared_images/ic_vpn_lock_blue_light.png"> Connect with Confidence</h3>
<p>When visiting an encrypted URL (one that begins with HTTPS), the webserver uses an SSL certificate to both encrypt the information sent to the browser and to identify the server.
The purpose of the server identification is to prevent a machine located between the browser and the webserver from pretending to be the server and decrypting the information in transit.
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2016 Aaron Gerlach <aaron@gerlach.com>. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/orbot_blue_dark.png"> Tor und seine Grenzen</h3>
+ <h3><img class="title" src="../shared_images/orbot_blue_dark.png"> Tor und seine Grenzen</h3>
<p>Faktoren, die in die Privatsphäre im Web eindringen wollen lassen sich hauptsächlich in zwei verschiedene Kategorien unterteilen: Neugierige Behörden
mit Zugriff auf Internetprovider und Megafirmen, die Soziale und Werbenetzwerke betreiben.
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2016 Aaron Gerlach <aaron@gerlach.com>. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/orbot_blue_light.png"> Tor und seine Grenzen</h3>
+ <h3><img class="title" src="../shared_images/orbot_blue_light.png"> Tor und seine Grenzen</h3>
<p>Faktoren, die in die Privatsphäre im Web eindringen wollen lassen sich hauptsächlich in zwei verschiedene Kategorien unterteilen: Neugierige Behörden
mit Zugriff auf Internetprovider und Megafirmen, die Soziale und Werbenetzwerke betreiben.
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2016 Aaron Gerlach <aaron@gerlach.com>. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_location_off_blue_dark.png"> Werbung</h3>
+ <h3><img class="title" src="../shared_images/ic_location_off_blue_dark.png"> Werbung</h3>
<p>Privacy Browser Free beinhaltet eine Bannerwerbung unten auf dem Bildschirm, welcher von Googles
AdMob-Netzwerk befüllt wird. Standardmäßig stellt Google die <a href="https://support.google.com/googleplay/android-developer/answer/6048248?hl=en">Werbe-ID</a>
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2016 Aaron Gerlach <aaron@gerlach.com>. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_location_off_blue_light.png"> Werbung</h3>
+ <h3><img class="title" src="../shared_images/ic_location_off_blue_light.png"> Werbung</h3>
<p>Privacy Browser Free beinhaltet eine Bannerwerbung unten auf dem Bildschirm, welcher von Googles
AdMob-Netzwerk befüllt wird. Standardmäßig stellt Google die <a href="https://support.google.com/googleplay/android-developer/answer/6048248?hl=en">Werbe-ID</a>
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2016 Aaron Gerlach <aaron@gerlach.com>. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_devices_other_blue_dark.png"> Browser-Identifikation</h3>
+ <h3><img class="title" src="../shared_images/ic_devices_other_blue_dark.png"> Browser-Identifikation</h3>
<p>Wenn Internetbrowser sich mit Websites verbinden senden sie einen sog. User Agent, welcher den Browser und die
Rendering-Möglichkeiten an die Website kommuniziert. Die Website kann diese Informationen nutzen, um zu entscheiden, welche Version der Website
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2016 Aaron Gerlach <aaron@gerlach.com>. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_devices_other_blue_light.png"> Browser-Identifikation</h3>
+ <h3><img class="title" src="../shared_images/ic_devices_other_blue_light.png"> Browser-Identifikation</h3>
<p>Wenn Internetbrowser sich mit Websites verbinden senden sie einen sog. User Agent, welcher den Browser und die
Rendering-Möglichkeiten an die Website kommuniziert. Die Website kann diese Informationen nutzen, um zu entscheiden, welche Version der Website
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
which is released under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p>
<h3>Icons</h3>
- <p><img class="left" src="images/privacy_browser.png"> <img class="left" src="images/privacy_browser_free.png"> <img class="left" src="images/warning.png">
- <img class="left" src="images/javascript_enabled.png"> are derived from ic_security and ic_language, which are part of the <a href="https://material.io/icons/">Android Material icon set</a>
- and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. The full text of the license is below.
- Modifications copyright © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+ <p><img class="left" src="../shared_images/privacy_browser.png"> <img class="left" src="../shared_images/privacy_browser_free.png"> <img class="left" src="../shared_images/warning.png">
+ <img class="left" src="../shared_images/javascript_enabled.png"> are derived from ic_security and ic_language,
+ which are part of the <a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+ The full text of the license is below. Modifications copyright © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting images are released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/move_to_folder_dark.png"> is derived from elements of ic_folder and ic_exit_to_app, which are part of the
+ <p><img class="left" src="../shared_images/move_to_folder_dark.png"> is derived from elements of ic_folder and ic_exit_to_app, which are part of the
<a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/create_bookmark_dark.png"> is derived from elements of ic_bookmark and ic_create_new_folder, which are part of the
+ <p><img class="left" src="../shared_images/create_bookmark_dark.png"> is derived from elements of ic_bookmark and ic_create_new_folder, which are part of the
<a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/create_folder_dark.png"> is derived from ic_create_new_folder, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/create_folder_dark.png"> is derived from ic_create_new_folder, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/clear_and_exit_dark.png"> is derived from ic_exit_to_app, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/clear_and_exit_dark.png"> is derived from ic_exit_to_app, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/night_mode_dark.png"> is derived from ic_compare, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/night_mode_dark.png"> is derived from ic_compare, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/orbot_dark.png"> orbot is a modified version of
+ <p><img class="left" src="../shared_images/orbot_dark.png"> orbot is a modified version of
<a href="https://gitweb.torproject.org/orbot.git/tree/app/src/main/res/drawable-xxxhdpi/ic_stat_tor.png">the status icon from the Orbot project</a>,
which is copyright 2009-2010 Nathan Freitas, The Guardian Project. It is released under the <a href="https://gitweb.torproject.org/orbot.git/tree/LICENSE">3-clause BSD license</a>.
The full text of the license is below. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/cookie_dark.png"> cookie was created by Google. It is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
+ <p><img class="left" src="../shared_images/cookie_dark.png"> cookie was created by Google. It is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
and can be downloaded from <a href="https://materialdesignicons.com/icon/cookie">Material Design Icons</a>. It is unchanged except for layout information like color and size.</p>
<p>The following icons come from the <a href="https://material.io/icons/">Android Material icon set</a>,
which is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
They are unchanged except for layout information like color and size. Some of them have been renamed to match their use in the code. The original icons and names are shown below.</p>
- <p><img class="icon" src="images/ic_add_dark.png"> ic_add.</p>
- <p><img class="icon" src="images/ic_arrow_back_dark.png"> ic_arrow_back.</p>
- <p><img class="icon" src="images/ic_arrow_forward_dark.png"> ic_arrow_forward.</p>
- <p><img class="icon" src="images/ic_bookmark_border_dark.png"> ic_bookmark_border.</p>
- <p><img class="icon" src="images/ic_bug_report_dark.png"> ic_bug_report.</p>
- <p><img class="icon" src="images/ic_call_to_action_dark.png"> ic_call_to_action.</p>
- <p><img class="icon" src="images/ic_chrome_reader_mode_dark.png"> ic_chrome_reader_mode.</p>
- <p><img class="icon" src="images/ic_close_dark.png"> ic_close.</p>
- <p><img class="icon" src="images/ic_delete_dark.png"> ic_delete.</p>
- <p><img class="icon" src="images/ic_delete_forever_dark.png"> ic_delete_forever.</p>
- <p><img class="icon" src="images/ic_devices_other_dark.png"> ic_devices_other.</p>
- <p><img class="icon" src="images/ic_dns_dark.png"> ic_dns.</p>
- <p><img class="icon" src="images/ic_donut_small_dark.png"> ic_donut_small.</p>
- <p><img class="icon" src="images/ic_edit_dark.png"> ic_edit.</p>
- <p><img class="icon" src="images/ic_expand_less_dark.png"> ic_expand_less.</p>
- <p><img class="icon" src="images/ic_expand_more_dark.png"> ic_expand_more.</p>
- <p><img class="icon" src="images/ic_file_download_dark.png"> ic_file_download.</p>
- <p><img class="icon" src="images/ic_find_in_page_dark.png"> ic_find_in_page.</p>
- <p><img class="icon" src="images/ic_folder_dark.png"> ic_folder.</p>
- <p><img class="icon" src="images/ic_fullscreen_dark.png"> ic_fullscreen.</p>
- <p><img class="icon" src="images/ic_home_dark.png"> ic_home.</p>
- <p><img class="icon" src="images/ic_image_dark.png"> ic_image.</p>
- <p><img class="icon" src="images/ic_import_contacts_dark.png"> ic_import_contacts.</p>
- <p><img class="icon" src="images/ic_important_devices_dark.png"> ic_important_devices.</p>
- <p><img class="icon" src="images/ic_info_outline_dark.png"> ic_info_outline.</p>
- <p><img class="icon" src="images/ic_language_dark.png"> ic_language.</p>
- <p><img class="icon" src="images/ic_list_dark.png"> ic_list.</p>
- <p><img class="icon" src="images/ic_local_activity_dark.png"> ic_local_activity.</p>
- <p><img class="icon" src="images/ic_location_off_dark.png"> ic_location_off.</p>
- <p><img class="icon" src="images/ic_lock_dark.png"> ic_lock.</p>
- <p><img class="icon" src="images/ic_map_dark.png"> ic_map.</p>
- <p><img class="icon" src="images/ic_more_dark.png"> ic_more.</p>
- <p><img class="icon" src="images/ic_question_answer_dark.png"> ic_question_answer.</p>
- <p><img class="icon" src="images/ic_refresh_dark.png"> ic_refresh.</p>
- <p><img class="icon" src="images/ic_search_dark.png"> ic_search.</p>
- <p><img class="icon" src="images/ic_select_all_dark.png"> ic_select_all.</p>
- <p><img class="icon" src="images/ic_settings_dark.png"> ic_settings.</p>
- <p><img class="icon" src="images/ic_smartphone_dark.png"> ic_smartphone.</p>
- <p><img class="icon" src="images/ic_style_dark.png"> ic_style.</p>
- <p><img class="icon" src="images/ic_subtitles_dark.png"> ic_subtitles.</p>
- <p><img class="icon" src="images/ic_text_fields_dark.png"> ic_text_fields.</p>
- <p><img class="icon" src="images/ic_thumbs_up_down_dark.png"> ic_thumbs_up_down.</p>
- <p><img class="icon" src="images/ic_vertical_align_bottom_dark.png"> ic_vertical_align_bottom.</p>
- <p><img class="icon" src="images/ic_vertical_align_top_dark.png"> ic_vertical_align_top.</p>
- <p><img class="icon" src="images/ic_visibility_off_dark.png"> ic_visibility_off.</p>
- <p><img class="icon" src="images/ic_vpn_lock_dark.png"> ic_vpn_lock.</p>
- <p><img class="icon" src="images/ic_web_dark.png"> ic_web.</p>
+ <p><img class="icon" src="../shared_images/ic_add_dark.png"> ic_add.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_back_dark.png"> ic_arrow_back.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_forward_dark.png"> ic_arrow_forward.</p>
+ <p><img class="icon" src="../shared_images/ic_bookmark_border_dark.png"> ic_bookmark_border.</p>
+ <p><img class="icon" src="../shared_images/ic_bug_report_dark.png"> ic_bug_report.</p>
+ <p><img class="icon" src="../shared_images/ic_call_to_action_dark.png"> ic_call_to_action.</p>
+ <p><img class="icon" src="../shared_images/ic_chrome_reader_mode_dark.png"> ic_chrome_reader_mode.</p>
+ <p><img class="icon" src="../shared_images/ic_close_dark.png"> ic_close.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_dark.png"> ic_delete.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_forever_dark.png"> ic_delete_forever.</p>
+ <p><img class="icon" src="../shared_images/ic_devices_other_dark.png"> ic_devices_other.</p>
+ <p><img class="icon" src="../shared_images/ic_dns_dark.png"> ic_dns.</p>
+ <p><img class="icon" src="../shared_images/ic_donut_small_dark.png"> ic_donut_small.</p>
+ <p><img class="icon" src="../shared_images/ic_edit_dark.png"> ic_edit.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_less_dark.png"> ic_expand_less.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_more_dark.png"> ic_expand_more.</p>
+ <p><img class="icon" src="../shared_images/ic_file_download_dark.png"> ic_file_download.</p>
+ <p><img class="icon" src="../shared_images/ic_find_in_page_dark.png"> ic_find_in_page.</p>
+ <p><img class="icon" src="../shared_images/ic_folder_dark.png"> ic_folder.</p>
+ <p><img class="icon" src="../shared_images/ic_fullscreen_dark.png"> ic_fullscreen.</p>
+ <p><img class="icon" src="../shared_images/ic_home_dark.png"> ic_home.</p>
+ <p><img class="icon" src="../shared_images/ic_image_dark.png"> ic_image.</p>
+ <p><img class="icon" src="../shared_images/ic_import_contacts_dark.png"> ic_import_contacts.</p>
+ <p><img class="icon" src="../shared_images/ic_important_devices_dark.png"> ic_important_devices.</p>
+ <p><img class="icon" src="../shared_images/ic_info_outline_dark.png"> ic_info_outline.</p>
+ <p><img class="icon" src="../shared_images/ic_language_dark.png"> ic_language.</p>
+ <p><img class="icon" src="../shared_images/ic_list_dark.png"> ic_list.</p>
+ <p><img class="icon" src="../shared_images/ic_local_activity_dark.png"> ic_local_activity.</p>
+ <p><img class="icon" src="../shared_images/ic_location_off_dark.png"> ic_location_off.</p>
+ <p><img class="icon" src="../shared_images/ic_lock_dark.png"> ic_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_map_dark.png"> ic_map.</p>
+ <p><img class="icon" src="../shared_images/ic_more_dark.png"> ic_more.</p>
+ <p><img class="icon" src="../shared_images/ic_question_answer_dark.png"> ic_question_answer.</p>
+ <p><img class="icon" src="../shared_images/ic_refresh_dark.png"> ic_refresh.</p>
+ <p><img class="icon" src="../shared_images/ic_search_dark.png"> ic_search.</p>
+ <p><img class="icon" src="../shared_images/ic_select_all_dark.png"> ic_select_all.</p>
+ <p><img class="icon" src="../shared_images/ic_settings_dark.png"> ic_settings.</p>
+ <p><img class="icon" src="../shared_images/ic_smartphone_dark.png"> ic_smartphone.</p>
+ <p><img class="icon" src="../shared_images/ic_style_dark.png"> ic_style.</p>
+ <p><img class="icon" src="../shared_images/ic_subtitles_dark.png"> ic_subtitles.</p>
+ <p><img class="icon" src="../shared_images/ic_text_fields_dark.png"> ic_text_fields.</p>
+ <p><img class="icon" src="../shared_images/ic_thumbs_up_down_dark.png"> ic_thumbs_up_down.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_bottom_dark.png"> ic_vertical_align_bottom.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_top_dark.png"> ic_vertical_align_top.</p>
+ <p><img class="icon" src="../shared_images/ic_visibility_off_dark.png"> ic_visibility_off.</p>
+ <p><img class="icon" src="../shared_images/ic_vpn_lock_dark.png"> ic_vpn_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_web_dark.png"> ic_web.</p>
<hr/>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
which is released under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p>
<h3>Icons</h3>
- <p><img class="left" src="images/privacy_browser.png"> <img class="left" src="images/privacy_browser_free.png"> <img class="left" src="images/warning.png">
- <img class="left" src="images/javascript_enabled.png"> are derived from ic_security and ic_language, which are part of the <a href="https://material.io/icons/">Android Material icon set</a>
- and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. The full text of the license is below.
- Modifications copyright © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+ <p><img class="left" src="../shared_images/privacy_browser.png"> <img class="left" src="../shared_images/privacy_browser_free.png"> <img class="left" src="../shared_images/warning.png">
+ <img class="left" src="../shared_images/javascript_enabled.png"> are derived from ic_security and ic_language,
+ which are part of the <a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+ The full text of the license is below. Modifications copyright © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting images are released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/move_to_folder_light.png"> is derived from elements of ic_folder and ic_exit_to_app,
+ <p><img class="left" src="../shared_images/move_to_folder_light.png"> is derived from elements of ic_folder and ic_exit_to_app,
which are part of the <a href="https://material.io/icons/">Android Material icon set</a>
and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/create_bookmark_light.png"> is derived from elements of ic_bookmark and ic_create_new_folder, which are part of the
+ <p><img class="left" src="../shared_images/create_bookmark_light.png"> is derived from elements of ic_bookmark and ic_create_new_folder, which are part of the
<a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/create_folder_light.png"> is derived from ic_create_new_folder, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/create_folder_light.png"> is derived from ic_create_new_folder, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/clear_and_exit_light.png"> is derived from ic_exit_to_app, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/clear_and_exit_light.png"> is derived from ic_exit_to_app, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/night_mode_light.png"> is derived from ic_compare, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/night_mode_light.png"> is derived from ic_compare, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/orbot_light.png"> orbot is a modified version of
+ <p><img class="left" src="../shared_images/orbot_light.png"> orbot is a modified version of
<a href="https://gitweb.torproject.org/orbot.git/tree/app/src/main/res/drawable-xxxhdpi/ic_stat_tor.png">the status icon from the Orbot project</a>,
which is copyright 2009-2010 Nathan Freitas, The Guardian Project. It is released under the <a href="https://gitweb.torproject.org/orbot.git/tree/LICENSE">3-clause BSD license</a>.
The full text of the license is below. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/cookie_light.png"> cookie was created by Google. It is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
+ <p><img class="left" src="../shared_images/cookie_light.png"> cookie was created by Google. It is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
and can be downloaded from <a href="https://materialdesignicons.com/icon/cookie">Material Design Icons</a>. It is unchanged except for layout information like color and size.</p>
<p>The following icons come from the <a href="https://material.io/icons/">Android Material icon set</a>,
which is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
They are unchanged except for layout information like color and size. Some of them have been renamed to match their use in the code. The original icons and names are shown below.</p>
- <p><img class="icon" src="images/ic_add_light.png"> ic_add.</p>
- <p><img class="icon" src="images/ic_arrow_back_light.png"> ic_arrow_back.</p>
- <p><img class="icon" src="images/ic_arrow_forward_light.png"> ic_arrow_forward.</p>
- <p><img class="icon" src="images/ic_bookmark_border_light.png"> ic_bookmark_border.</p>
- <p><img class="icon" src="images/ic_bug_report_light.png"> ic_bug_report.</p>
- <p><img class="icon" src="images/ic_call_to_action_light.png"> ic_call_to_action.</p>
- <p><img class="icon" src="images/ic_chrome_reader_mode_light.png"> ic_chrome_reader_mode.</p>
- <p><img class="icon" src="images/ic_close_light.png"> ic_close.</p>
- <p><img class="icon" src="images/ic_delete_light.png"> ic_delete.</p>
- <p><img class="icon" src="images/ic_delete_forever_light.png"> ic_delete_forever.</p>
- <p><img class="icon" src="images/ic_devices_other_light.png"> ic_devices_other.</p>
- <p><img class="icon" src="images/ic_dns_light.png"> ic_dns.</p>
- <p><img class="icon" src="images/ic_donut_small_light.png"> ic_donut_small.</p>
- <p><img class="icon" src="images/ic_edit_light.png"> ic_edit.</p>
- <p><img class="icon" src="images/ic_expand_less_light.png"> ic_expand_less.</p>
- <p><img class="icon" src="images/ic_expand_more_light.png"> ic_expand_more.</p>
- <p><img class="icon" src="images/ic_file_download_light.png"> ic_file_download.</p>
- <p><img class="icon" src="images/ic_find_in_page_light.png"> ic_find_in_page.</p>
- <p><img class="icon" src="images/ic_folder_light.png"> ic_folder.</p>
- <p><img class="icon" src="images/ic_fullscreen_light.png"> ic_fullscreen.</p>
- <p><img class="icon" src="images/ic_home_light.png"> ic_home.</p>
- <p><img class="icon" src="images/ic_image_light.png"> ic_image.</p>
- <p><img class="icon" src="images/ic_import_contacts_light.png"> ic_import_contacts.</p>
- <p><img class="icon" src="images/ic_important_devices_light.png"> ic_important_devices.</p>
- <p><img class="icon" src="images/ic_info_outline_light.png"> ic_info_outline.</p>
- <p><img class="icon" src="images/ic_language_light.png"> ic_language.</p>
- <p><img class="icon" src="images/ic_list_light.png"> ic_list.</p>
- <p><img class="icon" src="images/ic_local_activity_light.png"> ic_local_activity.</p>
- <p><img class="icon" src="images/ic_location_off_light.png"> ic_location_off.</p>
- <p><img class="icon" src="images/ic_lock_light.png"> ic_lock.</p>
- <p><img class="icon" src="images/ic_map_light.png"> ic_map.</p>
- <p><img class="icon" src="images/ic_more_light.png"> ic_more.</p>
- <p><img class="icon" src="images/ic_question_answer_light.png"> ic_question_answer.</p>
- <p><img class="icon" src="images/ic_refresh_light.png"> ic_refresh.</p>
- <p><img class="icon" src="images/ic_search_light.png"> ic_search.</p>
- <p><img class="icon" src="images/ic_select_all_light.png"> ic_select_all.</p>
- <p><img class="icon" src="images/ic_settings_light.png"> ic_settings.</p>
- <p><img class="icon" src="images/ic_smartphone_light.png"> ic_smartphone.</p>
- <p><img class="icon" src="images/ic_style_light.png"> ic_style.</p>
- <p><img class="icon" src="images/ic_subtitles_light.png"> ic_subtitles.</p>
- <p><img class="icon" src="images/ic_text_fields_light.png"> ic_text_fields.</p>
- <p><img class="icon" src="images/ic_thumbs_up_down_light.png"> ic_thumbs_up_down.</p>
- <p><img class="icon" src="images/ic_vertical_align_bottom_light.png"> ic_vertical_align_bottom.</p>
- <p><img class="icon" src="images/ic_vertical_align_top_light.png"> ic_vertical_align_top.</p>
- <p><img class="icon" src="images/ic_visibility_off_light.png"> ic_visibility_off.</p>
- <p><img class="icon" src="images/ic_vpn_lock_light.png"> ic_vpn_lock.</p>
- <p><img class="icon" src="images/ic_web_light.png"> ic_web.</p>
+ <p><img class="icon" src="../shared_images/ic_add_light.png"> ic_add.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_back_light.png"> ic_arrow_back.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_forward_light.png"> ic_arrow_forward.</p>
+ <p><img class="icon" src="../shared_images/ic_bookmark_border_light.png"> ic_bookmark_border.</p>
+ <p><img class="icon" src="../shared_images/ic_bug_report_light.png"> ic_bug_report.</p>
+ <p><img class="icon" src="../shared_images/ic_call_to_action_light.png"> ic_call_to_action.</p>
+ <p><img class="icon" src="../shared_images/ic_chrome_reader_mode_light.png"> ic_chrome_reader_mode.</p>
+ <p><img class="icon" src="../shared_images/ic_close_light.png"> ic_close.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_light.png"> ic_delete.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_forever_light.png"> ic_delete_forever.</p>
+ <p><img class="icon" src="../shared_images/ic_devices_other_light.png"> ic_devices_other.</p>
+ <p><img class="icon" src="../shared_images/ic_dns_light.png"> ic_dns.</p>
+ <p><img class="icon" src="../shared_images/ic_donut_small_light.png"> ic_donut_small.</p>
+ <p><img class="icon" src="../shared_images/ic_edit_light.png"> ic_edit.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_less_light.png"> ic_expand_less.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_more_light.png"> ic_expand_more.</p>
+ <p><img class="icon" src="../shared_images/ic_file_download_light.png"> ic_file_download.</p>
+ <p><img class="icon" src="../shared_images/ic_find_in_page_light.png"> ic_find_in_page.</p>
+ <p><img class="icon" src="../shared_images/ic_folder_light.png"> ic_folder.</p>
+ <p><img class="icon" src="../shared_images/ic_fullscreen_light.png"> ic_fullscreen.</p>
+ <p><img class="icon" src="../shared_images/ic_home_light.png"> ic_home.</p>
+ <p><img class="icon" src="../shared_images/ic_image_light.png"> ic_image.</p>
+ <p><img class="icon" src="../shared_images/ic_import_contacts_light.png"> ic_import_contacts.</p>
+ <p><img class="icon" src="../shared_images/ic_important_devices_light.png"> ic_important_devices.</p>
+ <p><img class="icon" src="../shared_images/ic_info_outline_light.png"> ic_info_outline.</p>
+ <p><img class="icon" src="../shared_images/ic_language_light.png"> ic_language.</p>
+ <p><img class="icon" src="../shared_images/ic_list_light.png"> ic_list.</p>
+ <p><img class="icon" src="../shared_images/ic_local_activity_light.png"> ic_local_activity.</p>
+ <p><img class="icon" src="../shared_images/ic_location_off_light.png"> ic_location_off.</p>
+ <p><img class="icon" src="../shared_images/ic_lock_light.png"> ic_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_map_light.png"> ic_map.</p>
+ <p><img class="icon" src="../shared_images/ic_more_light.png"> ic_more.</p>
+ <p><img class="icon" src="../shared_images/ic_question_answer_light.png"> ic_question_answer.</p>
+ <p><img class="icon" src="../shared_images/ic_refresh_light.png"> ic_refresh.</p>
+ <p><img class="icon" src="../shared_images/ic_search_light.png"> ic_search.</p>
+ <p><img class="icon" src="../shared_images/ic_select_all_light.png"> ic_select_all.</p>
+ <p><img class="icon" src="../shared_images/ic_settings_light.png"> ic_settings.</p>
+ <p><img class="icon" src="../shared_images/ic_smartphone_light.png"> ic_smartphone.</p>
+ <p><img class="icon" src="../shared_images/ic_style_light.png"> ic_style.</p>
+ <p><img class="icon" src="../shared_images/ic_subtitles_light.png"> ic_subtitles.</p>
+ <p><img class="icon" src="../shared_images/ic_text_fields_light.png"> ic_text_fields.</p>
+ <p><img class="icon" src="../shared_images/ic_thumbs_up_down_light.png"> ic_thumbs_up_down.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_bottom_light.png"> ic_vertical_align_bottom.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_top_light.png"> ic_vertical_align_top.</p>
+ <p><img class="icon" src="../shared_images/ic_visibility_off_light.png"> ic_visibility_off.</p>
+ <p><img class="icon" src="../shared_images/ic_vpn_lock_light.png"> ic_vpn_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_web_light.png"> ic_web.</p>
<hr/>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<h3>Websites</h3>
- <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="images/ic_chrome_reader_mode_blue_dark.png"></a>
+ <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../shared_images/ic_chrome_reader_mode_blue_dark.png"></a>
<a href="https://www.stoutner.com/category/privacy-browser/">News</a></p>
- <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="images/ic_map_blue_dark.png"></a>
+ <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../shared_images/ic_map_blue_dark.png"></a>
<a href="https://www.stoutner.com/category/roadmap/">Roadmap</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="images/ic_bug_report_blue_dark.png"></a>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../shared_images/ic_bug_report_blue_dark.png"></a>
<a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Bug Tracker and Feature Requests</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="images/ic_question_answer_blue_dark.png"></a>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../shared_images/ic_question_answer_blue_dark.png"></a>
<a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Forum</a></p>
- <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="images/ic_more_blue_dark.png"></a>
+ <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../shared_images/ic_more_blue_dark.png"></a>
<a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a></p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<h3>Websites</h3>
- <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="images/ic_chrome_reader_mode_blue_light.png"></a>
+ <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../shared_images/ic_chrome_reader_mode_blue_light.png"></a>
<a href="https://www.stoutner.com/category/privacy-browser/">News</a></p>
- <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="images/ic_map_blue_light.png"></a>
+ <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../shared_images/ic_map_blue_light.png"></a>
<a href="https://www.stoutner.com/category/roadmap/">Roadmap</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="images/ic_bug_report_blue_light.png"></a>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../shared_images/ic_bug_report_blue_light.png"></a>
<a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Bug Tracker and Feature Requests</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="images/ic_question_answer_blue_light.png"></a>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../shared_images/ic_question_answer_blue_light.png"></a>
<a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Forum</a></p>
- <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="images/ic_more_blue_light.png"></a>
+ <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../shared_images/ic_more_blue_light.png"></a>
<a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a></p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
+++ /dev/null
-/*
- * Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
- *
- * This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- *
- * Privacy Browser is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * Privacy Browser is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>.
- */
-
-/* Gray 850 */
-body {
- background-color: #313131;
- color: #BDBDBD;
-}
-
-/* Blue 700 */
-a {
- color: #1976D2;
- text-decoration: none;
-}
-
-/* Blue 600 */
-h3 {
- color: #1E88E5;
-}
-
-/* Half of Red 900 */
-strong.red {
- color: #A71919;
-}
-
-/* Blue 400 */
-strong.blue {
- color: #42A5F5;
-}
-
-/* Blue 400 */
-item {
- color: #42A5F5;
- font-weight: bold;
-}
-
-img.inline {
- height: 16;
- width: 16;
-}
-
-img.title {
- vertical-align: bottom;
- height: 32;
- width: 32;
-}
-
-img.icon {
- vertical-align: middle;
- height: 32;
- width: 32;
-}
-
-img.left {
- float: left;
- height: 32;
- width: 32;
-}
-
-/* An image must be a block to be centered. */
-img.center {
- display: block;
- margin-left: auto;
- margin-right: auto;
- height: 640;
- width: 360;
-}
\ No newline at end of file
+++ /dev/null
-/*
- * Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
- *
- * This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
- *
- * Privacy Browser is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * Privacy Browser is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>.
- */
-
-/* Blue 700 */
-a {
- color: #1976D2;
- text-decoration: none;
-}
-
-/* Blue 900 */
-h3 {
- color: #0D47A1;
-}
-
-/* Red 900 */
-strong.red {
- color: #B71C1C;
-}
-
-/* Blue 800 */
-strong.blue {
- color: #1565C0;
-}
-
-/* Blue 700 */
-item {
- color: #1976D2;
- font-weight: bold;
-}
-
-img.inline {
- height: 16;
- width: 16;
-}
-
-img.title {
- vertical-align: bottom;
- height: 32;
- width: 32;
-}
-
-img.icon {
- vertical-align: middle;
- height: 32;
- width: 32;
-}
-
-img.left {
- float: left;
- height: 32;
- width: 32;
-}
-
-/* An image must be a block to be centered. */
-img.center {
- display: block;
- margin-left: auto;
- margin-right: auto;
- height: 640;
- width: 360;
-}
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="images/ic_bookmark_border_blue_dark.png"> Bookmarks</h3>
+ <h3><img class="title" src="../shared_images/ic_bookmark_border_blue_dark.png"> Bookmarks</h3>
<p>Bookmarks can be accessed in a drawer layout by swiping from the right of the screen.</p>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="images/ic_bookmark_border_blue_light.png"> Bookmarks</h3>
+ <h3><img class="title" src="../shared_images/ic_bookmark_border_blue_light.png"> Bookmarks</h3>
<p>Bookmarks can be accessed in a drawer layout by swiping from the right of the screen.</p>
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="images/ic_dns_blue_dark.png"> Secure Web Browsing</h3>
+ <h3><img class="title" src="../shared_images/ic_dns_blue_dark.png"> Secure Web Browsing</h3>
<p>Privacy Browser’s default is to browse with JavaScript, cookies, and DOM storage disabled.
However, some websites legitimately need these features enabled to function correctly.
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="images/ic_dns_blue_light.png"> Secure Web Browsing</h3>
+ <h3><img class="title" src="../shared_images/ic_dns_blue_light.png"> Secure Web Browsing</h3>
<p>Privacy Browser’s default is to browse with JavaScript, cookies, and DOM storage disabled.
However, some websites legitimately need these features enabled to function correctly.
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="images/privacy_browser.png"> JavaScript Is Powerful</h3>
+ <h3><img class="title" src="../shared_images/privacy_browser.png"> JavaScript Is Powerful</h3>
<p>Back in the early days of the internet, web pages were static, meaning they they contained text and images that were displayed on the screen
but didn’t change or interact with the user. Of course, only so much that is interesting can happen with static content.
popup a menu, and do many other useful things.</p>
- <h3><img class="title" src="images/javascript_enabled.png"> JavaScript Is Dangerous</h3>
+ <h3><img class="title" src="../shared_images/javascript_enabled.png"> JavaScript Is Dangerous</h3>
<p>Of course, the concept of running arbitrary programs from a website is potentially dangerous. So there are limitations placed on JavaScript
to keep it from doing things like installing viruses. However, it turns out that these limitations are overly broad.
<p>For privacy purposes, the ideal would be to browse the internet with JavaScript disabled. However, there are some websites that legitimately require
JavaScript to accomplish their purposes and others that don’t work correctly without JavaScript even though they could be programmed to do so.
Privacy Browser addresses this by making it easy to toggle JavaScript on and off. Tapping the privacy shield will toggle it between blue
- <img class="inline" src="images/privacy_browser.png"> or yellow <img class="inline" src="images/warning.png"> (both of which indicate
- that JavaScript is disabled) and red <img class="inline" src="images/javascript_enabled.png"> (JavaScript enabled).
+ <img class="inline" src="../shared_images/privacy_browser.png"> or yellow <img class="inline" src="../shared_images/warning.png"> (both of which indicate
+ that JavaScript is disabled) and red <img class="inline" src="../shared_images/javascript_enabled.png"> (JavaScript enabled).
Looking at the different information <a href="http://webkay.robinlinus.com">webkay</a> can collect with JavaScript enabled and disabled is informative.</p>
<p>Browsing the internet with JavaScript disabled, and only enabling it if needed, goes a long way to protecting user privacy. In addition, JavaScript
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="images/privacy_browser.png"> JavaScript Is Powerful</h3>
+ <h3><img class="title" src="../shared_images/privacy_browser.png"> JavaScript Is Powerful</h3>
<p>Back in the early days of the internet, web pages were static, meaning they they contained text and images that were displayed on the screen
but didn’t change or interact with the user. Of course, only so much that is interesting can happen with static content.
popup a menu, and do many other useful things.</p>
- <h3><img class="title" src="images/javascript_enabled.png"> JavaScript Is Dangerous</h3>
+ <h3><img class="title" src="../shared_images/javascript_enabled.png"> JavaScript Is Dangerous</h3>
<p>Of course, the concept of running arbitrary programs from a website is potentially dangerous. So there are limitations placed on JavaScript
to keep it from doing things like installing viruses. However, it turns out that these limitations are overly broad.
<p>For privacy purposes, the ideal would be to browse the internet with JavaScript disabled. However, there are some websites that legitimately require
JavaScript to accomplish their purposes and others that don’t work correctly without JavaScript even though they could be programmed to do so.
Privacy Browser addresses this by making it easy to toggle JavaScript on and off. Tapping the privacy shield will toggle it between blue
- <img class="inline" src="images/privacy_browser.png"> or yellow <img class="inline" src="images/warning.png"> (both of which indicate
- that JavaScript is disabled) and red <img class="inline" src="images/javascript_enabled.png"> (JavaScript enabled).
+ <img class="inline" src="../shared_images/privacy_browser.png"> or yellow <img class="inline" src="../shared_images/warning.png"> (both of which indicate
+ that JavaScript is disabled) and red <img class="inline" src="../shared_images/javascript_enabled.png"> (JavaScript enabled).
Looking at the different information <a href="http://webkay.robinlinus.com">webkay</a> can collect with JavaScript enabled and disabled is informative.</p>
<p>Browsing the internet with JavaScript disabled, and only enabling it if needed, goes a long way to protecting user privacy. In addition, JavaScript
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="images/cookie_blue_dark.png"> First-Party Cookies</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_dark.png"> First-Party Cookies</h3>
<p>First-party cookies are set by the website in the URL bar at the top of the page.</p>
a website can maintain a user logged in as they move from page to page on the site, but if a particular website has chosen to
implement logins in that way, enabling first-party cookies on that site will be the only way to use the functionality.</p>
- <p>If first-party cookies are enabled but JavaScript is disabled, the privacy icon will be yellow <img class="inline" src="images/warning.png">
+ <p>If first-party cookies are enabled but JavaScript is disabled, the privacy icon will be yellow <img class="inline" src="../shared_images/warning.png">
as a warning.</p>
- <h3><img class="title" src="images/cookie_blue_dark.png"> Third-Party Cookies</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_dark.png"> Third-Party Cookies</h3>
<p>Third-party cookies are set by portions of a website that are loaded from servers different from the URL at the top of the page.
For example, most website that have advertisements load them from a third-party ad broker, like Google’s
between first-party and third-party cookies</a>. Thus, enabling first-party cookies will also enable third-party cookies.</p>
- <h3><img class="title" src="images/ic_web_blue_dark.png"> DOM Storage</h3>
+ <h3><img class="title" src="../shared_images/ic_web_blue_dark.png"> DOM Storage</h3>
<p>Document Object Model storage, also known as web storage, is like cookies on steroids. Whereas the maximum combined storage size for all cookies from
a single URL is 4 kilobytes, DOM storage can hold <a href="https://en.wikipedia.org/wiki/Web_storage#Storage_size">megabytes per site</a>.
Because DOM storage uses JavaScript to read and write data, enabling it will do nothing unless JavaScript is also enabled.</p>
- <h3><img class="title" src="images/ic_subtitles_blue_dark.png"> Form Data</h3>
+ <h3><img class="title" src="../shared_images/ic_subtitles_blue_dark.png"> Form Data</h3>
<p>Form data contains information typed into web forms, like user names, addresses, phone numbers, etc., and lists them in a drop-down box on future visits.
Unlike the other forms of local storage, form data is not sent to the web server without specific user interaction.</p>
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="images/cookie_blue_light.png"> First-Party Cookies</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_light.png"> First-Party Cookies</h3>
<p>First-party cookies are set by the website in the URL bar at the top of the page.</p>
a website can maintain a user logged in as they move from page to page on the site, but if a particular website has chosen to
implement logins in that way, enabling first-party cookies on that site will be the only way to use the functionality.</p>
- <p>If first-party cookies are enabled but JavaScript is disabled, the privacy icon will be yellow <img class="inline" src="images/warning.png">
+ <p>If first-party cookies are enabled but JavaScript is disabled, the privacy icon will be yellow <img class="inline" src="../shared_images/warning.png">
as a warning.</p>
- <h3><img class="title" src="images/cookie_blue_light.png"> Third-Party Cookies</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_light.png"> Third-Party Cookies</h3>
<p>Third-party cookies are set by portions of a website that are loaded from servers different from the URL at the top of the page.
For example, most website that have advertisements load them from a third-party ad broker, like Google’s
between first-party and third-party cookies</a>. Thus, enabling first-party cookies will also enable third-party cookies.</p>
- <h3><img class="title" src="images/ic_web_blue_light.png"> DOM Storage</h3>
+ <h3><img class="title" src="../shared_images/ic_web_blue_light.png"> DOM Storage</h3>
<p>Document Object Model storage, also known as web storage, is like cookies on steroids. Whereas the maximum combined storage size for all cookies from
a single URL is 4 kilobytes, DOM storage can hold <a href="https://en.wikipedia.org/wiki/Web_storage#Storage_size">megabytes per site</a>.
Because DOM storage uses JavaScript to read and write data, enabling it will do nothing unless JavaScript is also enabled.</p>
- <h3><img class="title" src="images/ic_subtitles_blue_light.png"> Form Data</h3>
+ <h3><img class="title" src="../shared_images/ic_subtitles_blue_light.png"> Form Data</h3>
<p>Form data contains information typed into web forms, like user names, addresses, phone numbers, etc., and lists them in a drop-down box on future visits.
Unlike the other forms of local storage, form data is not sent to the web server without specific user interaction.</p>
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<h3>Android’s WebView Limitations</h3>
<p>Privacy Browser uses Android’s built-in WebView to render websites. There are some limitations in the controls WebView exposes for managing privacy settings.
- For example, it isn’t possible to enable some JavaScript commands while disabling others. In the future, Privacy Browser will switch to a custom WebView called <a href="https://www.stoutner.com/february-2017-roadmap/">Privacy WebView</a>.</p>
+ For example, it isn’t possible to enable some JavaScript commands while disabling others.
+ In the future, Privacy Browser will switch to a custom WebView called <a href="https://www.stoutner.com/february-2017-roadmap/">Privacy WebView</a>.</p>
</body>
</html>
\ No newline at end of file
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<h3>Android’s WebView Limitations</h3>
<p>Privacy Browser uses Android’s built-in WebView to render websites. There are some limitations in the controls WebView exposes for managing privacy settings.
- For example, it isn’t possible to enable some JavaScript commands while disabling others. In the future, Privacy Browser will switch to a custom WebView called <a href="https://www.stoutner.com/february-2017-roadmap/">Privacy WebView</a>.</p>
+ For example, it isn’t possible to enable some JavaScript commands while disabling others.
+ In the future, Privacy Browser will switch to a custom WebView called <a href="https://www.stoutner.com/february-2017-roadmap/">Privacy WebView</a>.</p>
</body>
</html>
\ No newline at end of file
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="images/ic_vpn_lock_blue_dark.png"> Connect with Confidence</h3>
+ <h3><img class="title" src="../shared_images/ic_vpn_lock_blue_dark.png"> Connect with Confidence</h3>
<p>When visiting an encrypted URL (one that begins with HTTPS), the webserver uses an SSL certificate to both encrypt the information sent to the browser and to identify the server.
The purpose of the server identification is to prevent a machine located between the browser and the webserver from pretending to be the server and decrypting the information in transit.
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="images/ic_vpn_lock_blue_light.png"> Connect with Confidence</h3>
+ <h3><img class="title" src="../shared_images/ic_vpn_lock_blue_light.png"> Connect with Confidence</h3>
<p>When visiting an encrypted URL (one that begins with HTTPS), the webserver uses an SSL certificate to both encrypt the information sent to the browser and to identify the server.
The purpose of the server identification is to prevent a machine located between the browser and the webserver from pretending to be the server and decrypting the information in transit.
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="images/orbot_blue_dark.png"> Tor and Its Limits</h3>
+ <h3><img class="title" src="../shared_images/orbot_blue_dark.png"> Tor and Its Limits</h3>
<p>There are two general categories of bad actors that want to infringe on the privacy of the web: malicious governments with access to ISPs (Internet Service Providers) and mega corporations that run social and advertising networks.
TOR (The Onion Router) is useful in protecting privacy from malicious governments (which spy on traffic in transit) but not from mega corporations (which embed malicious code on web servers).</p>
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="images/orbot_blue_light.png"> Tor and Its Limits</h3>
+ <h3><img class="title" src="../shared_images/orbot_blue_light.png"> Tor and Its Limits</h3>
<p>There are two general categories of bad actors that want to infringe on the privacy of the web: malicious governments with access to ISPs (Internet Service Providers) and mega corporations that run social and advertising networks.
TOR (The Onion Router) is useful in protecting privacy from malicious governments (which spy on traffic in transit) but not from mega corporations (which embed malicious code on web servers).</p>
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="images/ic_location_off_blue_dark.png"> Do Not Track</h3>
+ <h3><img class="title" src="../shared_images/ic_location_off_blue_dark.png"> Do Not Track</h3>
<p>A few years ago the W3C (World Wide Web Consortium) created a mechanism for browsers to inform web servers that they would not like to be tracked.
This is accomplished by including a <a href="https://en.wikipedia.org/wiki/Do_Not_Track">DNT (Do Not Track) header</a> with web requests.</p>
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="images/ic_location_off_blue_light.png"> Do Not Track</h3>
+ <h3><img class="title" src="../shared_images/ic_location_off_blue_light.png"> Do Not Track</h3>
<p>A few years ago the W3C (World Wide Web Consortium) created a mechanism for browsers to inform web servers that they would not like to be tracked.
This is accomplished by including a <a href="https://en.wikipedia.org/wiki/Do_Not_Track">DNT (Do Not Track) header</a> with web requests.</p>
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="images/ic_devices_other_blue_dark.png"> Browser Identification</h3>
+ <h3><img class="title" src="../shared_images/ic_devices_other_blue_dark.png"> Browser Identification</h3>
<p>When web browsers connect to websites, they send a user agent, which identifies the browser and the rendering capabilities it possesses.
The web server can use this information to decide which version of the website to send to the browser.
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="images/ic_devices_other_blue_light.png"> Browser Identification</h3>
+ <h3><img class="title" src="../shared_images/ic_devices_other_blue_light.png"> Browser Identification</h3>
<p>When web browsers connect to websites, they send a user agent, which identifies the browser and the rendering capabilities it possesses.
The web server can use this information to decide which version of the website to send to the browser.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
que se libera bajo la <a href="https://www.apache.org/licenses/LICENSE-2.0">Licencia Apache 2.0</a>.</p>
<h3>Iconos</h3>
- <p><img class="left" src="../en/images/privacy_browser.png"> <img class="left" src="../en/images/privacy_browser_free.png"> <img class="left" src="../en/images/warning.png">
- <img class="left" src="../en/images/javascript_enabled.png"> derivan de ic_security y de ic_language,
+ <p><img class="left" src="../shared_images/privacy_browser.png"> <img class="left" src="../shared_images/privacy_browser_free.png"> <img class="left" src="../shared_images/warning.png">
+ <img class="left" src="../shared_images/javascript_enabled.png"> derivan de ic_security y de ic_language,
que son parte del <a href="https://material.io/icons/">conjunto de iconos Android Material</a>
y son liberados bajo la <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licencia Apache 2.0</a>. El texto completo de la licencia se encuentra debajo.
Copyright de modificaciones © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
Las imágenes resultantes se liberan bajo la <a href="https://www.gnu.org/licenses/gpl-3.0.html">licencia GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/move_to_folder_dark.png"> deriva de elementos de ic_folder y ic_exit_to_app, que son parte del
+ <p><img class="left" src="../shared_images/move_to_folder_dark.png"> deriva de elementos de ic_folder y ic_exit_to_app, que son parte del
<a href="https://material.io/icons/">conjunto de iconos Android Material</a> y son liberados bajo la <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licencia Apache 2.0</a>.
Copyright de modificaciones © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
La imagen resultante se libera bajo la <a href="https://www.gnu.org/licenses/gpl-3.0.html">licencia GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/create_bookmark_dark.png"> deriva de elementos de ic_bookmark y ic_create_new_folder, que son parte del
+ <p><img class="left" src="../shared_images/create_bookmark_dark.png"> deriva de elementos de ic_bookmark y ic_create_new_folder, que son parte del
<a href="https://material.io/icons/">conjunto de iconos Android Material</a> y son liberados bajo la <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licencia Apache 2.0</a>.
Copyright de modificaciones © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
La imagen resultante se libera bajo la <a href="https://www.gnu.org/licenses/gpl-3.0.html">licencia GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/create_folder_dark.png"> deriva de ic_create_new_folder, que es parte del <a href="https://material.io/icons/">conjunto de iconos Android Material</a>
+ <p><img class="left" src="../shared_images/create_folder_dark.png"> deriva de ic_create_new_folder, que es parte del <a href="https://material.io/icons/">conjunto de iconos Android Material</a>
y es liberado bajo la <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licencia Apache 2.0</a>. Copyright de modificaciones © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
La imagen resultante se libera bajo la <a href="https://www.gnu.org/licenses/gpl-3.0.html">licencia GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/clear_and_exit_dark.png"> deriva de ic_exit_to_app, que es parte del <a href="https://material.io/icons/">conjunto de iconos Android Material</a>
+ <p><img class="left" src="../shared_images/clear_and_exit_dark.png"> deriva de ic_exit_to_app, que es parte del <a href="https://material.io/icons/">conjunto de iconos Android Material</a>
y es liberado bajo la <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licencia Apache 2.0</a>. Copyright de modificaciones © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
La imagen resultante se libera bajo la <a href="https://www.gnu.org/licenses/gpl-3.0.html">licencia GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/night_mode_dark.png"> deriva de ic_exit_to_app, que es parte del <a href="https://material.io/icons/">conjunto de iconos Android Material</a>
+ <p><img class="left" src="../shared_images/night_mode_dark.png"> deriva de ic_exit_to_app, que es parte del <a href="https://material.io/icons/">conjunto de iconos Android Material</a>
y es liberado bajo la <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licencia Apache 2.0</a>. Copyright de modificaciones © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
La imagen resultante se libera bajo la <a href="https://www.gnu.org/licenses/gpl-3.0.html">licencia GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/orbot_dark.png"> orbot es una versión modificada del
+ <p><img class="left" src="../shared_images/orbot_dark.png"> orbot es una versión modificada del
<a href="https://gitweb.torproject.org/orbot.git/tree/app/src/main/res/drawable-xxxhdpi/ic_stat_tor.png">icono de estado del proyecto Orbot</a>,
que tiene copyright 2009-2010 por Nathan Freitas, The Guardian Project.
Es liberado bajo la <a href="https://gitweb.torproject.org/orbot.git/tree/LICENSE">licencia BSD modificada (de 3 cláusulas)</a>.
El texto completo de la licencia se encuentra debajo. Copyright de modificaciones © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
La imagen resultante se libera bajo la <a href="https://www.gnu.org/licenses/gpl-3.0.html">licencia GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/cookie_dark.png"> cookie fue creado por Google. Es liberado bajo la <a href ="https://www.apache.org/licenses/LICENSE-2.0">licencia Apache 2.0</a>
+ <p><img class="left" src="../shared_images/cookie_dark.png"> cookie fue creado por Google. Es liberado bajo la <a href ="https://www.apache.org/licenses/LICENSE-2.0">licencia Apache 2.0</a>
y puede ser descargado desde <a href="https://materialdesignicons.com/icon/cookie">Material Design Icons</a>.
Está sin cambios, excepto por la información de diseño como el color y el tamaño.</p>
<p>Los siguientes iconos proceden de <a href="https://material.io/icons/">conjunto de iconos Android Material</a>,
el cual es liberado bajo la <a href ="https://www.apache.org/licenses/LICENSE-2.0">licencia Apache 2.0</a>.
Están sin cambios, excepto por la información de diseño como el color y el tamaño. Algunos de ellos se han renombrado para que coincida con su uso en el código.
Los iconos y los nombres originales se muestran a continuación.</p>
- <p><img class="icon" src="../en/images/ic_add_dark.png"> ic_add.</p>
- <p><img class="icon" src="../en/images/ic_arrow_back_dark.png"> ic_arrow_back.</p>
- <p><img class="icon" src="../en/images/ic_arrow_forward_dark.png"> ic_arrow_forward.</p>
- <p><img class="icon" src="../en/images/ic_bookmark_border_dark.png"> ic_bookmark_border.</p>
- <p><img class="icon" src="../en/images/ic_bug_report_dark.png"> ic_bug_report.</p>
- <p><img class="icon" src="../en/images/ic_call_to_action_dark.png"> ic_call_to_action.</p>
- <p><img class="icon" src="../en/images/ic_chrome_reader_mode_dark.png"> ic_chrome_reader_mode.</p>
- <p><img class="icon" src="../en/images/ic_close_dark.png"> ic_close.</p>
- <p><img class="icon" src="../en/images/ic_delete_dark.png"> ic_delete.</p>
- <p><img class="icon" src="../en/images/ic_delete_forever_dark.png"> ic_delete_forever.</p>
- <p><img class="icon" src="../en/images/ic_devices_other_dark.png"> ic_devices_other.</p>
- <p><img class="icon" src="../en/images/ic_dns_dark.png"> ic_dns.</p>
- <p><img class="icon" src="../en/images/ic_donut_small_dark.png"> ic_donut_small.</p>
- <p><img class="icon" src="../en/images/ic_edit_dark.png"> ic_edit.</p>
- <p><img class="icon" src="../en/images/ic_expand_less_dark.png"> ic_expand_less.</p>
- <p><img class="icon" src="../en/images/ic_expand_more_dark.png"> ic_expand_more.</p>
- <p><img class="icon" src="../en/images/ic_file_download_dark.png"> ic_file_download.</p>
- <p><img class="icon" src="../en/images/ic_find_in_page_dark.png"> ic_find_in_page.</p>
- <p><img class="icon" src="../en/images/ic_folder_dark.png"> ic_folder.</p>
- <p><img class="icon" src="../en/images/ic_fullscreen_dark.png"> ic_fullscreen.</p>
- <p><img class="icon" src="../en/images/ic_home_dark.png"> ic_home.</p>
- <p><img class="icon" src="../en/images/ic_image_dark.png"> ic_image.</p>
- <p><img class="icon" src="../en/images/ic_import_contacts_dark.png"> ic_import_contacts.</p>
- <p><img class="icon" src="../en/images/ic_important_devices_dark.png"> ic_important_devices.</p>
- <p><img class="icon" src="../en/images/ic_info_outline_dark.png"> ic_info_outline.</p>
- <p><img class="icon" src="../en/images/ic_language_dark.png"> ic_language.</p>
- <p><img class="icon" src="../en/images/ic_list_dark.png"> ic_list.</p>
- <p><img class="icon" src="../en/images/ic_local_activity_dark.png"> ic_local_activity.</p>
- <p><img class="icon" src="../en/images/ic_location_off_dark.png"> ic_location_off.</p>
- <p><img class="icon" src="../en/images/ic_lock_dark.png"> ic_lock.</p>
- <p><img class="icon" src="../en/images/ic_map_dark.png"> ic_map.</p>
- <p><img class="icon" src="../en/images/ic_more_dark.png"> ic_more.</p>
- <p><img class="icon" src="../en/images/ic_question_answer_dark.png"> ic_question_answer.</p>
- <p><img class="icon" src="../en/images/ic_refresh_dark.png"> ic_refresh.</p>
- <p><img class="icon" src="../en/images/ic_search_dark.png"> ic_search.</p>
- <p><img class="icon" src="../en/images/ic_select_all_dark.png"> ic_select_all.</p>
- <p><img class="icon" src="../en/images/ic_settings_dark.png"> ic_settings.</p>
- <p><img class="icon" src="../en/images/ic_smartphone_dark.png"> ic_smartphone.</p>
- <p><img class="icon" src="../en/images/ic_style_dark.png"> ic_style.</p>
- <p><img class="icon" src="../en/images/ic_subtitles_dark.png"> ic_subtitles.</p>
- <p><img class="icon" src="../en/images/ic_text_fields_dark.png"> ic_text_fields.</p>
- <p><img class="icon" src="../en/images/ic_thumbs_up_down_dark.png"> ic_thumbs_up_down.</p>
- <p><img class="icon" src="../en/images/ic_vertical_align_bottom_dark.png"> ic_vertical_align_bottom.</p>
- <p><img class="icon" src="../en/images/ic_vertical_align_top_dark.png"> ic_vertical_align_top.</p>
- <p><img class="icon" src="../en/images/ic_visibility_off_dark.png"> ic_visibility_off.</p>
- <p><img class="icon" src="../en/images/ic_vpn_lock_dark.png"> ic_vpn_lock.</p>
- <p><img class="icon" src="../en/images/ic_web_dark.png"> ic_web.</p>
+ <p><img class="icon" src="../shared_images/ic_add_dark.png"> ic_add.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_back_dark.png"> ic_arrow_back.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_forward_dark.png"> ic_arrow_forward.</p>
+ <p><img class="icon" src="../shared_images/ic_bookmark_border_dark.png"> ic_bookmark_border.</p>
+ <p><img class="icon" src="../shared_images/ic_bug_report_dark.png"> ic_bug_report.</p>
+ <p><img class="icon" src="../shared_images/ic_call_to_action_dark.png"> ic_call_to_action.</p>
+ <p><img class="icon" src="../shared_images/ic_chrome_reader_mode_dark.png"> ic_chrome_reader_mode.</p>
+ <p><img class="icon" src="../shared_images/ic_close_dark.png"> ic_close.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_dark.png"> ic_delete.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_forever_dark.png"> ic_delete_forever.</p>
+ <p><img class="icon" src="../shared_images/ic_devices_other_dark.png"> ic_devices_other.</p>
+ <p><img class="icon" src="../shared_images/ic_dns_dark.png"> ic_dns.</p>
+ <p><img class="icon" src="../shared_images/ic_donut_small_dark.png"> ic_donut_small.</p>
+ <p><img class="icon" src="../shared_images/ic_edit_dark.png"> ic_edit.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_less_dark.png"> ic_expand_less.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_more_dark.png"> ic_expand_more.</p>
+ <p><img class="icon" src="../shared_images/ic_file_download_dark.png"> ic_file_download.</p>
+ <p><img class="icon" src="../shared_images/ic_find_in_page_dark.png"> ic_find_in_page.</p>
+ <p><img class="icon" src="../shared_images/ic_folder_dark.png"> ic_folder.</p>
+ <p><img class="icon" src="../shared_images/ic_fullscreen_dark.png"> ic_fullscreen.</p>
+ <p><img class="icon" src="../shared_images/ic_home_dark.png"> ic_home.</p>
+ <p><img class="icon" src="../shared_images/ic_image_dark.png"> ic_image.</p>
+ <p><img class="icon" src="../shared_images/ic_import_contacts_dark.png"> ic_import_contacts.</p>
+ <p><img class="icon" src="../shared_images/ic_important_devices_dark.png"> ic_important_devices.</p>
+ <p><img class="icon" src="../shared_images/ic_info_outline_dark.png"> ic_info_outline.</p>
+ <p><img class="icon" src="../shared_images/ic_language_dark.png"> ic_language.</p>
+ <p><img class="icon" src="../shared_images/ic_list_dark.png"> ic_list.</p>
+ <p><img class="icon" src="../shared_images/ic_local_activity_dark.png"> ic_local_activity.</p>
+ <p><img class="icon" src="../shared_images/ic_location_off_dark.png"> ic_location_off.</p>
+ <p><img class="icon" src="../shared_images/ic_lock_dark.png"> ic_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_map_dark.png"> ic_map.</p>
+ <p><img class="icon" src="../shared_images/ic_more_dark.png"> ic_more.</p>
+ <p><img class="icon" src="../shared_images/ic_question_answer_dark.png"> ic_question_answer.</p>
+ <p><img class="icon" src="../shared_images/ic_refresh_dark.png"> ic_refresh.</p>
+ <p><img class="icon" src="../shared_images/ic_search_dark.png"> ic_search.</p>
+ <p><img class="icon" src="../shared_images/ic_select_all_dark.png"> ic_select_all.</p>
+ <p><img class="icon" src="../shared_images/ic_settings_dark.png"> ic_settings.</p>
+ <p><img class="icon" src="../shared_images/ic_smartphone_dark.png"> ic_smartphone.</p>
+ <p><img class="icon" src="../shared_images/ic_style_dark.png"> ic_style.</p>
+ <p><img class="icon" src="../shared_images/ic_subtitles_dark.png"> ic_subtitles.</p>
+ <p><img class="icon" src="../shared_images/ic_text_fields_dark.png"> ic_text_fields.</p>
+ <p><img class="icon" src="../shared_images/ic_thumbs_up_down_dark.png"> ic_thumbs_up_down.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_bottom_dark.png"> ic_vertical_align_bottom.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_top_dark.png"> ic_vertical_align_top.</p>
+ <p><img class="icon" src="../shared_images/ic_visibility_off_dark.png"> ic_visibility_off.</p>
+ <p><img class="icon" src="../shared_images/ic_vpn_lock_dark.png"> ic_vpn_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_web_dark.png"> ic_web.</p>
<hr/>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
que se libera bajo la <a href="https://www.apache.org/licenses/LICENSE-2.0">Licencia Apache 2.0</a>.</p>
<h3>Iconos</h3>
- <p><img class="left" src="../en/images/privacy_browser.png"> <img class="left" src="../en/images/privacy_browser_free.png"> <img class="left" src="../en/images/warning.png">
- <img class="left" src="../en/images/javascript_enabled.png"> derivan de ic_security y de ic_language,
+ <p><img class="left" src="../shared_images/privacy_browser.png"> <img class="left" src="../shared_images/privacy_browser_free.png"> <img class="left" src="../shared_images/warning.png">
+ <img class="left" src="../shared_images/javascript_enabled.png"> derivan de ic_security y de ic_language,
que son parte del <a href="https://material.io/icons/">conjunto de iconos Android Material</a>
y son liberados bajo la <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licencia Apache 2.0</a>.
El texto completo de la licencia se encuentra debajo. Copyright de modificaciones © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
Las imágenes resultantes se liberan bajo la <a href="https://www.gnu.org/licenses/gpl-3.0.html">licencia GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/move_to_folder_light.png"> deriva de elementos de ic_folder y ic_exit_to_app, que son parte del
+ <p><img class="left" src="../shared_images/move_to_folder_light.png"> deriva de elementos de ic_folder y ic_exit_to_app, que son parte del
<a href="https://material.io/icons/">conjunto de iconos Android Material</a> y son liberados bajo la <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licencia Apache 2.0</a>.
Copyright de modificaciones © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
La imagen resultante se libera bajo la <a href="https://www.gnu.org/licenses/gpl-3.0.html">licencia GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/create_bookmark_light.png"> deriva de elementos de ic_bookmark y ic_create_new_folder, que son parte del
+ <p><img class="left" src="../shared_images/create_bookmark_light.png"> deriva de elementos de ic_bookmark y ic_create_new_folder, que son parte del
<a href="https://material.io/icons/">conjunto de iconos Android Material</a> y son liberados bajo la <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licencia Apache 2.0</a>.
Copyright de modificaciones © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
La imagen resultante se libera bajo la <a href="https://www.gnu.org/licenses/gpl-3.0.html">licencia GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/create_folder_light.png"> deriva de ic_create_new_folder, que es parte del <a href="https://material.io/icons/">conjunto de iconos Android Material</a>
+ <p><img class="left" src="../shared_images/create_folder_light.png"> deriva de ic_create_new_folder, que es parte del <a href="https://material.io/icons/">conjunto de iconos Android Material</a>
y es liberado bajo la <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licencia Apache 2.0</a>. Copyright de modificaciones © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
La imagen resultante se libera bajo la <a href="https://www.gnu.org/licenses/gpl-3.0.html">licencia GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/clear_and_exit_light.png"> deriva de ic_exit_to_app, que es parte del <a href="https://material.io/icons/">conjunto de iconos Android Material</a>
+ <p><img class="left" src="../shared_images/clear_and_exit_light.png"> deriva de ic_exit_to_app, que es parte del <a href="https://material.io/icons/">conjunto de iconos Android Material</a>
y es liberado bajo la <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licencia Apache 2.0</a>. Copyright de modificaciones © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
La imagen resultante se libera bajo la <a href="https://www.gnu.org/licenses/gpl-3.0.html">licencia GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/night_mode_light.png"> deriva de ic_exit_to_app, que es parte del <a href="https://material.io/icons/">conjunto de iconos Android Material</a>
+ <p><img class="left" src="../shared_images/night_mode_light.png"> deriva de ic_exit_to_app, que es parte del <a href="https://material.io/icons/">conjunto de iconos Android Material</a>
y es liberado bajo la <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licencia Apache 2.0</a>. Copyright de modificaciones © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
La imagen resultante se libera bajo la <a href="https://www.gnu.org/licenses/gpl-3.0.html">licencia GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/orbot_light.png"> orbot es una versión modificada del
+ <p><img class="left" src="../shared_images/orbot_light.png"> orbot es una versión modificada del
<a href="https://gitweb.torproject.org/orbot.git/tree/app/src/main/res/drawable-xxxhdpi/ic_stat_tor.png">icono de estado del proyecto Orbot</a>,
que tiene copyright 2009-2010 por Nathan Freitas, The Guardian Project.
Es liberado bajo la <a href="https://gitweb.torproject.org/orbot.git/tree/LICENSE">licencia BSD modificada (de 3 cláusulas)</a>.
El texto completo de la licencia se encuentra debajo. Copyright de modificaciones © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
La imagen resultante se libera bajo la <a href="https://www.gnu.org/licenses/gpl-3.0.html">licencia GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/cookie_light.png"> cookie fue creado por Google. Es liberado bajo la <a href ="https://www.apache.org/licenses/LICENSE-2.0">licencia Apache 2.0</a>
+ <p><img class="left" src="../shared_images/cookie_light.png"> cookie fue creado por Google. Es liberado bajo la <a href ="https://www.apache.org/licenses/LICENSE-2.0">licencia Apache 2.0</a>
y puede ser descargado desde <a href="https://materialdesignicons.com/icon/cookie">Material Design Icons</a>.
Está sin cambios, excepto por la información de diseño como el color y el tamaño.</p>
<p>Los siguientes iconos proceden de <a href="https://material.io/icons/">conjunto de iconos Android Material</a>,
el cual es liberado bajo la <a href ="https://www.apache.org/licenses/LICENSE-2.0">licencia Apache 2.0</a>.
Están sin cambios, excepto por la información de diseño como el color y el tamaño. Algunos de ellos se han renombrado para que coincida con su uso en el código.
Los iconos y los nombres originales se muestran a continuación.</p>
- <p><img class="icon" src="../en/images/ic_add_light.png"> ic_add.</p>
- <p><img class="icon" src="../en/images/ic_arrow_back_light.png"> ic_arrow_back.</p>
- <p><img class="icon" src="../en/images/ic_arrow_forward_light.png"> ic_arrow_forward.</p>
- <p><img class="icon" src="../en/images/ic_bookmark_border_light.png"> ic_bookmark_border.</p>
- <p><img class="icon" src="../en/images/ic_bug_report_light.png"> ic_bug_report.</p>
- <p><img class="icon" src="../en/images/ic_call_to_action_light.png"> ic_call_to_action.</p>
- <p><img class="icon" src="../en/images/ic_chrome_reader_mode_light.png"> ic_chrome_reader_mode.</p>
- <p><img class="icon" src="../en/images/ic_close_light.png"> ic_close.</p>
- <p><img class="icon" src="../en/images/ic_delete_light.png"> ic_delete.</p>
- <p><img class="icon" src="../en/images/ic_delete_forever_light.png"> ic_delete_forever.</p>
- <p><img class="icon" src="../en/images/ic_devices_other_light.png"> ic_devices_other.</p>
- <p><img class="icon" src="../en/images/ic_dns_light.png"> ic_dns.</p>
- <p><img class="icon" src="../en/images/ic_donut_small_light.png"> ic_donut_small.</p>
- <p><img class="icon" src="../en/images/ic_edit_light.png"> ic_edit.</p>
- <p><img class="icon" src="../en/images/ic_expand_less_light.png"> ic_expand_less.</p>
- <p><img class="icon" src="../en/images/ic_expand_more_light.png"> ic_expand_more.</p>
- <p><img class="icon" src="../en/images/ic_file_download_light.png"> ic_file_download.</p>
- <p><img class="icon" src="../en/images/ic_find_in_page_light.png"> ic_find_in_page.</p>
- <p><img class="icon" src="../en/images/ic_folder_light.png"> ic_folder.</p>
- <p><img class="icon" src="../en/images/ic_fullscreen_light.png"> ic_fullscreen.</p>
- <p><img class="icon" src="../en/images/ic_home_light.png"> ic_home.</p>
- <p><img class="icon" src="../en/images/ic_image_light.png"> ic_image.</p>
- <p><img class="icon" src="../en/images/ic_import_contacts_light.png"> ic_import_contacts.</p>
- <p><img class="icon" src="../en/images/ic_important_devices_light.png"> ic_important_devices.</p>
- <p><img class="icon" src="../en/images/ic_info_outline_light.png"> ic_info_outline.</p>
- <p><img class="icon" src="../en/images/ic_language_light.png"> ic_language.</p>
- <p><img class="icon" src="../en/images/ic_list_light.png"> ic_list.</p>
- <p><img class="icon" src="../en/images/ic_local_activity_light.png"> ic_local_activity.</p>
- <p><img class="icon" src="../en/images/ic_location_off_light.png"> ic_location_off.</p>
- <p><img class="icon" src="../en/images/ic_lock_light.png"> ic_lock.</p>
- <p><img class="icon" src="../en/images/ic_map_light.png"> ic_map.</p>
- <p><img class="icon" src="../en/images/ic_more_light.png"> ic_more.</p>
- <p><img class="icon" src="../en/images/ic_question_answer_light.png"> ic_question_answer.</p>
- <p><img class="icon" src="../en/images/ic_refresh_light.png"> ic_refresh.</p>
- <p><img class="icon" src="../en/images/ic_search_light.png"> ic_search.</p>
- <p><img class="icon" src="../en/images/ic_select_all_light.png"> ic_select_all.</p>
- <p><img class="icon" src="../en/images/ic_settings_light.png"> ic_settings.</p>
- <p><img class="icon" src="../en/images/ic_smartphone_light.png"> ic_smartphone.</p>
- <p><img class="icon" src="../en/images/ic_style_light.png"> ic_style.</p>
- <p><img class="icon" src="../en/images/ic_subtitles_light.png"> ic_subtitles.</p>
- <p><img class="icon" src="../en/images/ic_text_fields_light.png"> ic_text_fields.</p>
- <p><img class="icon" src="../en/images/ic_thumbs_up_down_light.png"> ic_thumbs_up_down.</p>
- <p><img class="icon" src="../en/images/ic_vertical_align_bottom_light.png"> ic_vertical_align_bottom.</p>
- <p><img class="icon" src="../en/images/ic_vertical_align_top_light.png"> ic_vertical_align_top.</p>
- <p><img class="icon" src="../en/images/ic_visibility_off_light.png"> ic_visibility_off.</p>
- <p><img class="icon" src="../en/images/ic_vpn_lock_light.png"> ic_vpn_lock.</p>
- <p><img class="icon" src="../en/images/ic_web_light.png"> ic_web.</p>
+ <p><img class="icon" src="../shared_images/ic_add_light.png"> ic_add.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_back_light.png"> ic_arrow_back.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_forward_light.png"> ic_arrow_forward.</p>
+ <p><img class="icon" src="../shared_images/ic_bookmark_border_light.png"> ic_bookmark_border.</p>
+ <p><img class="icon" src="../shared_images/ic_bug_report_light.png"> ic_bug_report.</p>
+ <p><img class="icon" src="../shared_images/ic_call_to_action_light.png"> ic_call_to_action.</p>
+ <p><img class="icon" src="../shared_images/ic_chrome_reader_mode_light.png"> ic_chrome_reader_mode.</p>
+ <p><img class="icon" src="../shared_images/ic_close_light.png"> ic_close.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_light.png"> ic_delete.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_forever_light.png"> ic_delete_forever.</p>
+ <p><img class="icon" src="../shared_images/ic_devices_other_light.png"> ic_devices_other.</p>
+ <p><img class="icon" src="../shared_images/ic_dns_light.png"> ic_dns.</p>
+ <p><img class="icon" src="../shared_images/ic_donut_small_light.png"> ic_donut_small.</p>
+ <p><img class="icon" src="../shared_images/ic_edit_light.png"> ic_edit.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_less_light.png"> ic_expand_less.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_more_light.png"> ic_expand_more.</p>
+ <p><img class="icon" src="../shared_images/ic_file_download_light.png"> ic_file_download.</p>
+ <p><img class="icon" src="../shared_images/ic_find_in_page_light.png"> ic_find_in_page.</p>
+ <p><img class="icon" src="../shared_images/ic_folder_light.png"> ic_folder.</p>
+ <p><img class="icon" src="../shared_images/ic_fullscreen_light.png"> ic_fullscreen.</p>
+ <p><img class="icon" src="../shared_images/ic_home_light.png"> ic_home.</p>
+ <p><img class="icon" src="../shared_images/ic_image_light.png"> ic_image.</p>
+ <p><img class="icon" src="../shared_images/ic_import_contacts_light.png"> ic_import_contacts.</p>
+ <p><img class="icon" src="../shared_images/ic_important_devices_light.png"> ic_important_devices.</p>
+ <p><img class="icon" src="../shared_images/ic_info_outline_light.png"> ic_info_outline.</p>
+ <p><img class="icon" src="../shared_images/ic_language_light.png"> ic_language.</p>
+ <p><img class="icon" src="../shared_images/ic_list_light.png"> ic_list.</p>
+ <p><img class="icon" src="../shared_images/ic_local_activity_light.png"> ic_local_activity.</p>
+ <p><img class="icon" src="../shared_images/ic_location_off_light.png"> ic_location_off.</p>
+ <p><img class="icon" src="../shared_images/ic_lock_light.png"> ic_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_map_light.png"> ic_map.</p>
+ <p><img class="icon" src="../shared_images/ic_more_light.png"> ic_more.</p>
+ <p><img class="icon" src="../shared_images/ic_question_answer_light.png"> ic_question_answer.</p>
+ <p><img class="icon" src="../shared_images/ic_refresh_light.png"> ic_refresh.</p>
+ <p><img class="icon" src="../shared_images/ic_search_light.png"> ic_search.</p>
+ <p><img class="icon" src="../shared_images/ic_select_all_light.png"> ic_select_all.</p>
+ <p><img class="icon" src="../shared_images/ic_settings_light.png"> ic_settings.</p>
+ <p><img class="icon" src="../shared_images/ic_smartphone_light.png"> ic_smartphone.</p>
+ <p><img class="icon" src="../shared_images/ic_style_light.png"> ic_style.</p>
+ <p><img class="icon" src="../shared_images/ic_subtitles_light.png"> ic_subtitles.</p>
+ <p><img class="icon" src="../shared_images/ic_text_fields_light.png"> ic_text_fields.</p>
+ <p><img class="icon" src="../shared_images/ic_thumbs_up_down_light.png"> ic_thumbs_up_down.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_bottom_light.png"> ic_vertical_align_bottom.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_top_light.png"> ic_vertical_align_top.</p>
+ <p><img class="icon" src="../shared_images/ic_visibility_off_light.png"> ic_visibility_off.</p>
+ <p><img class="icon" src="../shared_images/ic_vpn_lock_light.png"> ic_vpn_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_web_light.png"> ic_web.</p>
<hr/>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<h3>Páginas web</h3>
- <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../en/images/ic_chrome_reader_mode_blue_dark.png"></a> <a href="https://www.stoutner.com/category/privacy-browser/">Noticias</a></p>
+ <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../shared_images/ic_chrome_reader_mode_blue_dark.png"></a> <a href="https://www.stoutner.com/category/privacy-browser/">Noticias</a></p>
- <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../en/images/ic_map_blue_dark.png"></a> <a href="https://www.stoutner.com/category/roadmap/">Hoja de ruta</a></p>
+ <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../shared_images/ic_map_blue_dark.png"></a> <a href="https://www.stoutner.com/category/roadmap/">Hoja de ruta</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../en/images/ic_bug_report_blue_dark.png"></a> <a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Seguimiento de errores y petición de funciones</a></p>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../shared_images/ic_bug_report_blue_dark.png"></a> <a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Seguimiento de errores y petición de funciones</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../en/images/ic_question_answer_blue_dark.png"></a> <a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Foro</a></p>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../shared_images/ic_question_answer_blue_dark.png"></a> <a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Foro</a></p>
- <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../en/images/ic_more_blue_dark.png"></a> <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a></p>
+ <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../shared_images/ic_more_blue_dark.png"></a> <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a></p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<h3>Páginas web</h3>
- <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../en/images/ic_chrome_reader_mode_blue_light.png"></a> <a href="https://www.stoutner.com/category/privacy-browser/">Noticias</a></p>
+ <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../shared_images/ic_chrome_reader_mode_blue_light.png"></a> <a href="https://www.stoutner.com/category/privacy-browser/">Noticias</a></p>
- <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../en/images/ic_map_blue_light.png"></a> <a href="https://www.stoutner.com/category/roadmap/">Hoja de ruta</a></p>
+ <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../shared_images/ic_map_blue_light.png"></a> <a href="https://www.stoutner.com/category/roadmap/">Hoja de ruta</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../en/images/ic_bug_report_blue_light.png"></a> <a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Seguimiento de errores y petición de funciones</a></p>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../shared_images/ic_bug_report_blue_light.png"></a> <a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Seguimiento de errores y petición de funciones</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../en/images/ic_question_answer_blue_light.png"></a> <a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Foro</a></p>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../shared_images/ic_question_answer_blue_light.png"></a> <a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Foro</a></p>
- <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../en/images/ic_more_blue_light.png"></a> <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a></p>
+ <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../shared_images/ic_more_blue_light.png"></a> <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a></p>
</body>
</html>
\ No newline at end of file
<!--
Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
- Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+ Translation 2017-2018 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
<p>Requerido para añadir accesos directos de páginas web en el escritorio.</p>
- <h3>Write storage</h3>
+ <h3>Almacenamiento de escritura</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE"> android.permission.WRITE_EXTERNAL_STORAGE</a></p>
- <p>Required to download files to the public download folder.
- On Android Marshmallow (API 23) and newer, if this permission is denied Privacy Browser will store downloads in the app’s download folder instead.</p>
+ <p>Requerido para descargar archivos a la carpeta de descarga pública.
+ En Android Marshmallow (API 23) y posteriores, si se niega este permiso, Navegador Privado almacenará las descargas en la carpeta de descargas de la aplicación.</p>
</body>
</html>
\ No newline at end of file
<!--
Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
- Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+ Translation 2017-2018 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
<p>Requerido para añadir accesos directos de páginas web en el escritorio.</p>
- <h3>Write storage</h3>
+ <h3>Almacenamiento de escritura</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE"> android.permission.WRITE_EXTERNAL_STORAGE</a></p>
- <p>Required to download files to the public download folder.
- On Android Marshmallow (API 23) and newer, if this permission is denied Privacy Browser will store downloads in the app’s download folder instead.</p>
+ <p>Requerido para descargar archivos a la carpeta de descarga pública.
+ En Android Marshmallow (API 23) y posteriores, si se niega este permiso, Navegador Privado almacenará las descargas en la carpeta de descargas de la aplicación.</p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_bookmark_border_blue_dark.png"> Favoritos</h3>
+ <h3><img class="title" src="../shared_images/ic_bookmark_border_blue_dark.png"> Favoritos</h3>
<p>Se puede acceder a los favoritos en un diseño de cajón deslizando desde la derecha de la pantalla.</p>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_bookmark_border_blue_light.png"> Favoritos</h3>
+ <h3><img class="title" src="../shared_images/ic_bookmark_border_blue_light.png"> Favoritos</h3>
<p>Se puede acceder a los favoritos en un diseño de cajón deslizando desde la derecha de la pantalla.</p>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_dns_blue_dark.png"> Navegación web segura</h3>
+ <h3><img class="title" src="../shared_images/ic_dns_blue_dark.png"> Navegación web segura</h3>
<p>Por defecto Navegador Privado navega con Javascript, cookies y almacenamiento DOM desactivados.
Sin embargo, algunas páginas web necesitan legítimamente estas características para funcionar correctamente.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_dns_blue_light.png"> Navegación web segura</h3>
+ <h3><img class="title" src="../shared_images/ic_dns_blue_light.png"> Navegación web segura</h3>
<p>Por defecto Navegador Privado navega con Javascript, cookies y almacenamiento DOM desactivados.
Sin embargo, algunas páginas web necesitan legítimamente estas características para funcionar correctamente.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/privacy_browser.png"> Javascript es poderoso</h3>
+ <h3><img class="title" src="../shared_images/privacy_browser.png"> Javascript es poderoso</h3>
<p>En los principios de internet las páginas web eran estáticas, sólo contenían textos e imágenes que eran mostradas en la pantalla y no podían cambiarse o interactuar con el usuario.
Por supuesto, nada muy interesante puede pasar con contenido estático. Se desarrollaron diferentes tecnologías para facilitar páginas web dinámicas. Javascript
hacer muchas otras cosas útiles.</p>
- <h3><img class="title" src="../en/images/javascript_enabled.png"> Javascript es peligroso</h3>
+ <h3><img class="title" src="../shared_images/javascript_enabled.png"> Javascript es peligroso</h3>
<p>Por supuesto, el concepto de ejecutar programas arbitrarios de un sitio web es potencialmente peligroso. Es por ello que hay limitaciones en Javascript para evitar que haga cosas
como instalar virus. Sin embargo, resulta que estas limitaciones son demasiado amplias. Abajo tenemos una captura de pantalla de la web <a href="http://webkay.robinlinus.com">webkay</a>, que es una web
<p>Con fines de privacidad, lo ideal sería navegar por internet con Javascript deshabilitado. Sin embargo, hay algunas páginas web que requieren legítimamente de Javascript para lograr sus
propósitos, y otras que no funcionan correctamente sin Javascript aunque pudieran programarse para hacerlo así. Navegador Privado aborda esto haciendo sencillo el poder activar y desactivar Javascript.
- Tocando el escudo de privacidad alternará entre azul <img class="inline" src="../en/images/privacy_browser.png"> o amarillo <img class="inline" src="../en/images/warning.png">
- (los cuales indican que Javascript está deshabilitado) y rojo <img class="inline" src="../en/images/javascript_enabled.png"> (Javascript habilitado).
+ Tocando el escudo de privacidad alternará entre azul <img class="inline" src="../shared_images/privacy_browser.png"> o amarillo <img class="inline" src="../shared_images/warning.png">
+ (los cuales indican que Javascript está deshabilitado) y rojo <img class="inline" src="../shared_images/javascript_enabled.png"> (Javascript habilitado).
Revisar la diferente información que webkay puede recoger con Javascript habilitado y deshabilitado es informativo.</p>
<p>Navegar por internet con Javascript deshabilitado, y sólo habilitarlo cuando sea necesario, hace mucho en proteger la privacidad del usuario.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/privacy_browser.png"> Javascript es poderoso</h3>
+ <h3><img class="title" src="../shared_images/privacy_browser.png"> Javascript es poderoso</h3>
<p>En los principios de internet las páginas web eran estáticas, sólo contenían textos e imágenes que eran mostradas en la pantalla y no podían cambiarse o interactuar con el usuario.
Por supuesto, nada muy interesante puede pasar con contenido estático. Se desarrollaron diferentes tecnologías para facilitar páginas web dinámicas. Javascript
hacer muchas otras cosas útiles.</p>
- <h3><img class="title" src="../en/images/javascript_enabled.png"> Javascript es peligroso</h3>
+ <h3><img class="title" src="../shared_images/javascript_enabled.png"> Javascript es peligroso</h3>
<p>Por supuesto, el concepto de ejecutar programas arbitrarios de un sitio web es potencialmente peligroso. Es por ello que hay limitaciones en Javascript para evitar que haga cosas
como instalar virus. Sin embargo, resulta que estas limitaciones son demasiado amplias. Abajo tenemos una captura de pantalla de la web <a href="http://webkay.robinlinus.com">webkay</a>, que es una web
<p>Con fines de privacidad, lo ideal sería navegar por internet con Javascript deshabilitado. Sin embargo, hay algunas páginas web que requieren legítimamente de Javascript para lograr sus
propósitos, y otras que no funcionan correctamente sin Javascript aunque pudieran programarse para hacerlo así. Navegador Privado aborda esto haciendo sencillo el poder activar y desactivar Javascript.
- Tocando el escudo de privacidad alternará entre azul <img class="inline" src="../en/images/privacy_browser.png"> o amarillo <img class="inline" src="../en/images/warning.png">
- (los cuales indican que Javascript está deshabilitado) y rojo <img class="inline" src="../en/images/javascript_enabled.png"> (Javascript habilitado).
+ Tocando el escudo de privacidad alternará entre azul <img class="inline" src="../shared_images/privacy_browser.png"> o amarillo <img class="inline" src="../shared_images/warning.png">
+ (los cuales indican que Javascript está deshabilitado) y rojo <img class="inline" src="../shared_images/javascript_enabled.png"> (Javascript habilitado).
Revisar la diferente información que webkay puede recoger con Javascript habilitado y deshabilitado es informativo.</p>
<p>Navegar por internet con Javascript deshabilitado, y sólo habilitarlo cuando sea necesario, hace mucho en proteger la privacidad del usuario.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/cookie_blue_dark.png"> Cookies de primera parte</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_dark.png"> Cookies de primera parte</h3>
<p>Las cookies de primera parte son cookies establecidas por la página web en la barra URL de la parte superior de la página.</p>
son la única forma en que una página web puede mantener conectado en una sesión a un usuario mientras se mueve de una página a otra en ese sitio web, pero si una página web en particular
ha elegido implementar inicios de sesión de esa manera, la única forma de poder usar la funcionalidad de ese sitio web será habilitando cookies de primera parte.</p>
- <p>Si las cookies de primera parte están habilitadas pero Javascript está deshabilitado, el icono de privacidad será amarillo <img class="inline" src="../en/images/warning.png"> como advertencia.</p>
+ <p>Si las cookies de primera parte están habilitadas pero Javascript está deshabilitado, el icono de privacidad será amarillo <img class="inline" src="../shared_images/warning.png"> como advertencia.</p>
- <h3><img class="title" src="../en/images/cookie_blue_dark.png"> Cookies de terceras partes</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_dark.png"> Cookies de terceras partes</h3>
<p>Las cookies de terceras partes son establecidas por ciertas partes de una página web que son cargadas desde servidores diferentes a la URL de la parte superior de la página. Por ejemplo,
la mayoría de páginas web que tienen anuncios los cargan desde una compañía de publicidad de terceros, como <a href="https://www.google.com/adsense/start/#?modal_active=none">Ad Sense</a>
de Google. Cada vez que se carga la página web, solicita a la compañía de publicidad que muestre un anuncio. La compañía de publicidad analiza cualquier información que pueda tener sobre el usuario,
- analiza la tasa actual que los anunciantes están dispuestos a pagar por sus anuncios, y selecciona uno para mostrar. La sección de la página web que muestra los anuncios es cargada desde el servidor
- de la compañía de terceros en vez de hacerlo desde el servidor principal.</p>
+ analiza la tasa actual que los anunciantes están dispuestos a pagar por sus anuncios, y selecciona uno para mostrar.
+ La sección de la página web que muestra los anuncios es cargada desde el servidor de la compañía de terceros en vez de hacerlo desde el servidor principal.</p>
<p>Ya que la mayoría de los anuncios en internet se muestran desde solo unas pequeñas compañías, no les llevó a éstas mucho tiempo en darse cuenta que podrían establecer una cookie de seguimiento
en el dispositivo del usuario y así conocer cualquier lugar al que el usuario va. Cada vez que un anuncio se carga desde una compañía, lo primero que hace es comprobar si el dispositivo ya tiene un
<p>Además de compañías de publicidad, las páginas de redes sociales descubrieron que también podían entrar en acción. Hace unos pocos años, las principales páginas de redes sociales
como Facebook y Twitter convencieron a un gran número de páginas web que sería por su mejor interés colocar pequeños iconos de redes sociales en sus páginas. Éstos no son sólo imágenes.
- Contienen <a href="https://developers.facebook.com/docs/plugins/like-button/">código incrustado</a> que enlazan de nuevo a la web de la red social, y entre otras cosas cargan una cookie de terceras partes en el dispositivo.
- Estas cookies se colocan aunque el usuario no tenga una cuenta con la plataforma de la red social. A través del tiempo, compañías como Facebook (la cual también corre una red de anuncios) han construído un gran
- número de perfiles detallados sobre personas que <a href="http://www.theverge.com/2016/5/27/11795248/facebook-ad-network-non-users-cookies-plug-ins">ni siquiera han creado una cuenta en su web</a>.
+ Contienen <a href="https://developers.facebook.com/docs/plugins/like-button/">código incrustado</a> que enlazan de nuevo a la web de la red social,
+ y entre otras cosas cargan una cookie de terceras partes en el dispositivo. Estas cookies se colocan aunque el usuario no tenga una cuenta con la plataforma de la red social.
+ A través del tiempo, compañías como Facebook (la cual también corre una red de anuncios) han construído un gran número de perfiles detallados sobre personas que
+ <a href="http://www.theverge.com/2016/5/27/11795248/facebook-ad-network-non-users-cookies-plug-ins">ni siquiera han creado una cuenta en su web</a>.
- <p>Prácticamente no existe una buena razón por la cual se deban habilitar las cookies de terceras partes. En dispositivos con Android KitKat o más antiguos (versión <= 4.4.4 o API <= 20). WebView no
- <a href="https://developer.android.com/reference/android/webkit/CookieManager.html#acceptThirdPartyCookies(android.webkit.WebView)">diferencia entre cookies de primera parte y de terceras partes</a>. Así que habilitando las cookies de
- primera parte se habilitarán también las de terceras partes.</p>
+ <p>Prácticamente no existe una buena razón por la cual se deban habilitar las cookies de terceras partes. En dispositivos con Android KitKat o más antiguos (versión <= 4.4.4 o API <= 20).
+ WebView no <a href="https://developer.android.com/reference/android/webkit/CookieManager.html#acceptThirdPartyCookies(android.webkit.WebView)">diferencia entre cookies de primera parte
+ y de terceras partes</a>. Así que habilitando las cookies de primera parte se habilitarán también las de terceras partes.</p>
- <h3><img class="title" src="../en/images/ic_web_blue_dark.png"> Almacenamiento DOM</h3>
+ <h3><img class="title" src="../shared_images/ic_web_blue_dark.png"> Almacenamiento DOM</h3>
- <p>El almacenamiento Modelo de Objeto de Documento (Document Object Model), también conocido como almacenamiento web, es como cookies pero más poderoso. Mientras el tamaño de almacenamiento combinado máximo para todas las cookies
- de una única URL es de 4 kilobytes, el almacenamiento DOM puede tener <a href="https://en.wikipedia.org/wiki/Web_storage#Storage_size">megabytes por sitio web</a>. Debido a que el almacenamiento DOM usa Javascript para leer y escribir
- los datos, habilitarlo no hará nada a menos que Javascript sea habilitado también.</p>
+ <p>El almacenamiento Modelo de Objeto de Documento (Document Object Model), también conocido como almacenamiento web, es como cookies pero más poderoso.
+ Mientras el tamaño de almacenamiento combinado máximo para todas las cookies de una única URL es de 4 kilobytes,
+ el almacenamiento DOM puede tener <a href="https://en.wikipedia.org/wiki/Web_storage#Storage_size">megabytes por sitio web</a>.
+ Debido a que el almacenamiento DOM usa Javascript para leer y escribir los datos, habilitarlo no hará nada a menos que Javascript sea habilitado también.</p>
- <h3><img class="title" src="../en/images/ic_subtitles_blue_dark.png"> Datos de formulario</h3>
+ <h3><img class="title" src="../shared_images/ic_subtitles_blue_dark.png"> Datos de formulario</h3>
- <p>Los datos de formulario contienen información escrita en formularios web, como nombres de usuario, direcciones, números de teléfono, etcétera, y los enumera en un cuadro desplegable en futuras visitas.
+ <p>Los datos de formulario contienen información escrita en formularios web, como nombres de usuario, direcciones, números de teléfono, etcétera,
+ y los enumera en un cuadro desplegable en futuras visitas.
A diferencia de las otras formas de almacenamiento local, los datos de formulario no son enviados al servidor web sin una interacción específica del usuario.</p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/cookie_blue_light.png"> Cookies de primera parte</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_light.png"> Cookies de primera parte</h3>
<p>Las cookies de primera parte son cookies establecidas por la página web en la barra URL de la parte superior de la página.</p>
son la única forma en que una página web puede mantener conectado en una sesión a un usuario mientras se mueve de una página a otra en ese sitio web, pero si una página web en particular
ha elegido implementar inicios de sesión de esa manera, la única forma de poder usar la funcionalidad de ese sitio web será habilitando cookies de primera parte.</p>
- <p>Si las cookies de primera parte están habilitadas pero Javascript está deshabilitado, el icono de privacidad será amarillo <img class="inline" src="../en/images/warning.png"> como advertencia.</p>
+ <p>Si las cookies de primera parte están habilitadas pero Javascript está deshabilitado,
+ el icono de privacidad será amarillo <img class="inline" src="../shared_images/warning.png"> como advertencia.</p>
- <h3><img class="title" src="../en/images/cookie_blue_light.png"> Cookies de terceras partes</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_light.png"> Cookies de terceras partes</h3>
<p>Las cookies de terceras partes son establecidas por ciertas partes de una página web que son cargadas desde servidores diferentes a la URL de la parte superior de la página. Por ejemplo,
la mayoría de páginas web que tienen anuncios los cargan desde una compañía de publicidad de terceros, como <a href="https://www.google.com/adsense/start/#?modal_active=none">Ad Sense</a>
de Google. Cada vez que se carga la página web, solicita a la compañía de publicidad que muestre un anuncio. La compañía de publicidad analiza cualquier información que pueda tener sobre el usuario,
- analiza la tasa actual que los anunciantes están dispuestos a pagar por sus anuncios, y selecciona uno para mostrar. La sección de la página web que muestra los anuncios es cargada desde el servidor
- de la compañía de terceros en vez de hacerlo desde el servidor principal.</p>
+ analiza la tasa actual que los anunciantes están dispuestos a pagar por sus anuncios, y selecciona uno para mostrar.
+ La sección de la página web que muestra los anuncios es cargada desde el servidor de la compañía de terceros en vez de hacerlo desde el servidor principal.</p>
<p>Ya que la mayoría de los anuncios en internet se muestran desde solo unas pequeñas compañías, no les llevó a éstas mucho tiempo en darse cuenta que podrían establecer una cookie de seguimiento
en el dispositivo del usuario y así conocer cualquier lugar al que el usuario va. Cada vez que un anuncio se carga desde una compañía, lo primero que hace es comprobar si el dispositivo ya tiene un
<p>Además de compañías de publicidad, las páginas de redes sociales descubrieron que también podían entrar en acción. Hace unos pocos años, las principales páginas de redes sociales
como Facebook y Twitter convencieron a un gran número de páginas web que sería por su mejor interés colocar pequeños iconos de redes sociales en sus páginas. Éstos no son sólo imágenes.
- Contienen <a href="https://developers.facebook.com/docs/plugins/like-button/">código incrustado</a> que enlazan de nuevo a la web de la red social, y entre otras cosas cargan una cookie de terceras partes en el dispositivo.
- Estas cookies se colocan aunque el usuario no tenga una cuenta con la plataforma de la red social. A través del tiempo, compañías como Facebook (la cual también corre una red de anuncios) han construído un gran
- número de perfiles detallados sobre personas que <a href="http://www.theverge.com/2016/5/27/11795248/facebook-ad-network-non-users-cookies-plug-ins">ni siquiera han creado una cuenta en su web</a>.
+ Contienen <a href="https://developers.facebook.com/docs/plugins/like-button/">código incrustado</a> que enlazan de nuevo a la web de la red social,
+ y entre otras cosas cargan una cookie de terceras partes en el dispositivo. Estas cookies se colocan aunque el usuario no tenga una cuenta con la plataforma de la red social.
+ A través del tiempo, compañías como Facebook (la cual también corre una red de anuncios) han construído un gran número de perfiles detallados sobre personas que
+ <a href="http://www.theverge.com/2016/5/27/11795248/facebook-ad-network-non-users-cookies-plug-ins">ni siquiera han creado una cuenta en su web</a>.
- <p>Prácticamente no existe una buena razón por la cual se deban habilitar las cookies de terceras partes. En dispositivos con Android KitKat o más antiguos (versión <= 4.4.4 o API <= 20). WebView no
- <a href="https://developer.android.com/reference/android/webkit/CookieManager.html#acceptThirdPartyCookies(android.webkit.WebView)">diferencia entre cookies de primera parte y de terceras partes</a>. Así que habilitando las cookies de
- primera parte se habilitarán también las de terceras partes.</p>
+ <p>Prácticamente no existe una buena razón por la cual se deban habilitar las cookies de terceras partes. En dispositivos con Android KitKat o más antiguos (versión <= 4.4.4 o API <= 20).
+ WebView no <a href="https://developer.android.com/reference/android/webkit/CookieManager.html#acceptThirdPartyCookies(android.webkit.WebView)">diferencia entre cookies de primera parte
+ y de terceras partes</a>. Así que habilitando las cookies de primera parte se habilitarán también las de terceras partes.</p>
- <h3><img class="title" src="../en/images/ic_web_blue_light.png"> Almacenamiento DOM</h3>
+ <h3><img class="title" src="../shared_images/ic_web_blue_light.png"> Almacenamiento DOM</h3>
- <p>El almacenamiento Modelo de Objeto de Documento (Document Object Model), también conocido como almacenamiento web, es como cookies pero más poderoso. Mientras el tamaño de almacenamiento combinado máximo para todas las cookies
- de una única URL es de 4 kilobytes, el almacenamiento DOM puede tener <a href="https://en.wikipedia.org/wiki/Web_storage#Storage_size">megabytes por sitio web</a>. Debido a que el almacenamiento DOM usa Javascript para leer y escribir
- los datos, habilitarlo no hará nada a menos que Javascript sea habilitado también.</p>
+ <p>El almacenamiento Modelo de Objeto de Documento (Document Object Model), también conocido como almacenamiento web, es como cookies pero más poderoso.
+ Mientras el tamaño de almacenamiento combinado máximo para todas las cookies de una única URL es de 4 kilobytes,
+ el almacenamiento DOM puede tener <a href="https://en.wikipedia.org/wiki/Web_storage#Storage_size">megabytes por sitio web</a>.
+ Debido a que el almacenamiento DOM usa Javascript para leer y escribir los datos, habilitarlo no hará nada a menos que Javascript sea habilitado también.</p>
- <h3><img class="title" src="../en/images/ic_subtitles_blue_light.png"> Datos de formulario</h3>
+ <h3><img class="title" src="../shared_images/ic_subtitles_blue_light.png"> Datos de formulario</h3>
- <p>Los datos de formulario contienen información escrita en formularios web, como nombres de usuario, direcciones, números de teléfono, etcétera, y los enumera en un cuadro desplegable en futuras visitas.
+ <p>Los datos de formulario contienen información escrita en formularios web, como nombres de usuario, direcciones, números de teléfono, etcétera,
+ y los enumera en un cuadro desplegable en futuras visitas.
A diferencia de las otras formas de almacenamiento local, los datos de formulario no son enviados al servidor web sin una interacción específica del usuario.</p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_vpn_lock_blue_dark.png"> Conectar con confianza</h3>
+ <h3><img class="title" src="../shared_images/ic_vpn_lock_blue_dark.png"> Conectar con confianza</h3>
<p>Al visitar una URL cifrada (que empieza con HTTPS), el servidor web usa un certificado SSL para cifrar tanto la información enviada al navegador como asimismo para identificar al servidor.
El propósito de la identificación del servidor es para prevenir que una máquina ubicada entre el navegador y el servidor web pretenda ser el servidor y descifrar la información en tránsito.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_vpn_lock_blue_light.png"> Conectar con confianza</h3>
+ <h3><img class="title" src="../shared_images/ic_vpn_lock_blue_light.png"> Conectar con confianza</h3>
<p>Al visitar una URL cifrada (que empieza con HTTPS), el servidor web usa un certificado SSL para cifrar tanto la información enviada al navegador como asimismo para identificar al servidor.
El propósito de la identificación del servidor es para prevenir que una máquina ubicada entre el navegador y el servidor web pretenda ser el servidor y descifrar la información en tránsito.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/orbot_blue_dark.png"> Tor y sus límites</h3>
+ <h3><img class="title" src="../shared_images/orbot_blue_dark.png"> Tor y sus límites</h3>
<p>Existen dos categorías generales de malos actores que quieren infringir la privacidad de la web: gobiernos maliciosos con acceso a ISPs (Proveedores de Servicios de Internet) y grandes corporaciones que ofrecen redes sociales y de publicidad.
TOR (El Enrutador de Cebolla) es útil en proteger la privacidad de gobiernos maliciosos (que espían el tráfico en tránsito) pero no de grandes corporaciones (que incrustan código malicioso en los servidores web).</p>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/orbot_blue_light.png"> Tor y sus límites</h3>
+ <h3><img class="title" src="../shared_images/orbot_blue_light.png"> Tor y sus límites</h3>
<p>Existen dos categorías generales de malos actores que quieren infringir la privacidad de la web: gobiernos maliciosos con acceso a ISPs (Proveedores de Servicios de Internet) y grandes corporaciones que ofrecen redes sociales y de publicidad.
TOR (El Enrutador de Cebolla) es útil en proteger la privacidad de gobiernos maliciosos (que espían el tráfico en tránsito) pero no de grandes corporaciones (que incrustan código malicioso en los servidores web).</p>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_location_off_blue_dark.png"> No Rastrear</h3>
+ <h3><img class="title" src="../shared_images/ic_location_off_blue_dark.png"> No Rastrear</h3>
<p>Hace algunos años la W3C (Consorcio Mundial de la Red) creó un mecanismo para que los navegadores informaran a los servidores web que no les gustaría ser rastreados.
Esto se logra incluyendo un <a href="https://en.wikipedia.org/wiki/Do_Not_Track">encabezado DNT (Do Not Track o No Rastrear)</a> con las solicitudes web.</p>
- <p>El encabezado DNT no provee realmente de mucha privacidad porque la mayoría de servidores web lo ignoran. Por ejemplo, Yahoo, Google, Microsoft y Facebook, todos ellos ignoran al menos algunos encabezados DNT.</p>
+ <p>El encabezado DNT no provee realmente de mucha privacidad porque la mayoría de servidores web lo ignoran. Por ejemplo, Yahoo, Google, Microsoft y Facebook,
+ todos ellos ignoran al menos algunos encabezados DNT.</p>
<h3>Anuncios</h3>
<p>Navegador Privado Gratuito incluye un anuncio de banner en la parte inferior de la pantalla que está poblado por la red AdMob de Google.
- Por defecto, Google proporciona el <a href="https://support.google.com/googleplay/android-developer/answer/6048248?hl=en">ID publicitario</a> del dispositivo a los anuncios que se muestran a través de esta red.
+ Por defecto, Google proporciona el <a href="https://support.google.com/googleplay/android-developer/answer/6048248?hl=en">ID publicitario</a>
+ del dispositivo a los anuncios que se muestran a través de esta red.
Esto permite a las compañías publicitarias construir un perfil del dispositivo que muestre qué aplicaciones están instaladas (que muestran anuncios),
la frecuencia con la que se utilizan y los anuncios en los que está interesado el usuario.</p>
<img class="center" src="images/advertising_id.png">
<p>El propósito de la versión gratuta de Navegador Privado es la de permitir a la gente probar las características de la aplicación.
- La versión estándar se puede comprar en las principales tiendas de aplicaciones o descargarse gratuitamente de <a href="https://f-droid.org/repository/browse/?fdfilter=privacy+browser&fdid=com.stoutner.privacybrowser.standard">F-Droid</a>.
+ La versión estándar se puede comprar en las principales tiendas de aplicaciones o descargarse gratuitamente de
+ <a href="https://f-droid.org/repository/browse/?fdfilter=privacy+browser&fdid=com.stoutner.privacybrowser.standard">F-Droid</a>.
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_location_off_blue_light.png"> No Rastrear</h3>
+ <h3><img class="title" src="../shared_images/ic_location_off_blue_light.png"> No Rastrear</h3>
<p>Hace algunos años la W3C (Consorcio Mundial de la Red) creó un mecanismo para que los navegadores informaran a los servidores web que no les gustaría ser rastreados.
Esto se logra incluyendo un <a href="https://en.wikipedia.org/wiki/Do_Not_Track">encabezado DNT (Do Not Track o No Rastrear)</a> con las solicitudes web.</p>
- <p>El encabezado DNT no provee realmente de mucha privacidad porque la mayoría de servidores web lo ignoran. Por ejemplo, Yahoo, Google, Microsoft y Facebook, todos ellos ignoran al menos algunos encabezados DNT.</p>
+ <p>El encabezado DNT no provee realmente de mucha privacidad porque la mayoría de servidores web lo ignoran. Por ejemplo, Yahoo, Google, Microsoft y Facebook,
+ todos ellos ignoran al menos algunos encabezados DNT.</p>
<h3>Anuncios</h3>
<p>Navegador Privado Gratuito incluye un anuncio de banner en la parte inferior de la pantalla que está poblado por la red AdMob de Google.
- Por defecto, Google proporciona el <a href="https://support.google.com/googleplay/android-developer/answer/6048248?hl=en">ID publicitario</a> del dispositivo a los anuncios que se muestran a través de esta red.
+ Por defecto, Google proporciona el <a href="https://support.google.com/googleplay/android-developer/answer/6048248?hl=en">ID publicitario</a>
+ del dispositivo a los anuncios que se muestran a través de esta red.
Esto permite a las compañías publicitarias construir un perfil del dispositivo que muestre qué aplicaciones están instaladas (que muestran anuncios),
la frecuencia con la que se utilizan y los anuncios en los que está interesado el usuario.</p>
<img class="center" src="images/advertising_id.png">
<p>El propósito de la versión gratuta de Navegador Privado es la de permitir a la gente probar las características de la aplicación.
- La versión estándar se puede comprar en las principales tiendas de aplicaciones o descargarse gratuitamente de <a href="https://f-droid.org/repository/browse/?fdfilter=privacy+browser&fdid=com.stoutner.privacybrowser.standard">F-Droid</a>.
+ La versión estándar se puede comprar en las principales tiendas de aplicaciones o descargarse gratuitamente de
+ <a href="https://f-droid.org/repository/browse/?fdfilter=privacy+browser&fdid=com.stoutner.privacybrowser.standard">F-Droid</a>.
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_devices_other_blue_dark.png"> Identificación del navegador</h3>
+ <h3><img class="title" src="../shared_images/ic_devices_other_blue_dark.png"> Identificación del navegador</h3>
<p>Cuando los navegadores web se conectan a las páginas web, envían un agente de usuario, que identifica al navegador y a las capacidades de rendering que posee.
El servidor web puede usar esta información para decidir qué versión de página web enviar al navegador.
<p>Existe tanta información en el agente de usuario que algunas veces será el mismo con sólo unos pocos visitantes a una página web.
Si el agente de usuario es combinado con otra pieza de información identificativa que no es única, esto da lugar a menudo a una huella única.
- La Fundación de Frontera Electrónica (EFF) creó una herramienta llamada <a href="https://panopticlick.eff.org/">Panopticlick</a> para demostrar cuánta información puede ser recogida de estas fuentes.
+ La Fundación de Frontera Electrónica (EFF) creó una herramienta llamada <a href="https://panopticlick.eff.org/">Panopticlick</a>
+ para demostrar cuánta información puede ser recogida de estas fuentes.
Si esta prueba se realiza con javascript habilitado, la cantidad de información que es revelada aumenta grandemente.
<a href="https://www.browserleaks.com">Browser Leaks (Fugas del navegador)</a> y <a href="https://amiunique.org/">Am I Unique (¿Soy único?)</a> son también buenas fuentes de información.</p>
- <img class="center" src="../en/images/panopticlick.png">
+ <img class="center" src="../shared_images/panopticlick.png">
<p>Existen varios agentes de usuario preestablecidos que coinciden con los más comunes navegadores y sistemas operativos.
A los efectos de huellas del navegador, todo lo que sea extraño es más fácil de rastrear.
en Privacy Browser no estén ya en sintonía con la mayoría de agentes de usuario en los registros del servidor.</p>
<p>Algunas páginas web<a href="https://www.stoutner.com/user-agent-problems/">no funcionan correctamente</a> si no reconocen el agente de usuario.
- Usando la configuración de dominios para establecer el agente de usuario a <strong>WebView por defecto</strong>, o a otro agente de usuario que sea normalmente reconocido, suele resolver el problema.
+ Usando la configuración de dominios para establecer el agente de usuario a <strong>WebView por defecto</strong>,
+ o a otro agente de usuario que sea normalmente reconocido, suele resolver el problema.
El WebView de android no permite que el agente de usuario esté en blanco. Si lo está, WebView simplemente envía el agente de usuario por defecto al servidor.</p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_devices_other_blue_light.png"> Identificación del navegador</h3>
+ <h3><img class="title" src="../shared_images/ic_devices_other_blue_light.png"> Identificación del navegador</h3>
<p>Cuando los navegadores web se conectan a las páginas web, envían un agente de usuario, que identifica al navegador y a las capacidades de rendering que posee.
El servidor web puede usar esta información para decidir qué versión de página web enviar al navegador.
<p>Existe tanta información en el agente de usuario que algunas veces será el mismo con sólo unos pocos visitantes a una página web.
Si el agente de usuario es combinado con otra pieza de información identificativa que no es única, esto da lugar a menudo a una huella única.
- La Fundación de Frontera Electrónica (EFF) creó una herramienta llamada <a href="https://panopticlick.eff.org/">Panopticlick</a> para demostrar cuánta información puede ser recogida de estas fuentes.
+ La Fundación de Frontera Electrónica (EFF) creó una herramienta llamada <a href="https://panopticlick.eff.org/">Panopticlick</a>
+ para demostrar cuánta información puede ser recogida de estas fuentes.
Si esta prueba se realiza con javascript habilitado, la cantidad de información que es revelada aumenta grandemente.
<a href="https://www.browserleaks.com">Browser Leaks (Fugas del navegador)</a> y <a href="https://amiunique.org/">Am I Unique (¿Soy único?)</a> son también buenas fuentes de información.</p>
en Privacy Browser no estén ya en sintonía con la mayoría de agentes de usuario en los registros del servidor.</p>
<p>Algunas páginas web<a href="https://www.stoutner.com/user-agent-problems/">no funcionan correctamente</a> si no reconocen el agente de usuario.
- Usando la configuración de dominios para establecer el agente de usuario a <strong>WebView por defecto</strong>, o a otro agente de usuario que sea normalmente reconocido, suele resolver el problema.
+ Usando la configuración de dominios para establecer el agente de usuario a <strong>WebView por defecto</strong>,
+ o a otro agente de usuario que sea normalmente reconocido, suele resolver el problema.
El WebView de android no permite que el agente de usuario esté en blanco. Si lo está, WebView simplemente envía el agente de usuario por defecto al servidor.</p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<!--
- Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2017-2018 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
Dal momento che si tratta di una lista di domini <a href="https://www.copyright.gov/help/faq/faq-protect.html">non può essere coperta da Copyright</a>.</p>
<p>Privacy Browser è sviluppato con la <a href="https://developer.android.com/topic/libraries/support-library/index.html">Android Support Library</a>,
che è rilasciata con <a href="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.</p>
- <p><img class="left" src="../en/images/privacy_browser.png"> <img class="left" src="../en/images/privacy_browser_free.png"> <img class="left" src="../en/images/warning.png">
- <img class="left" src="../en/images/javascript_enabled.png"> sono state derivate da ic_security e ic_language, che fanno parte
+ <p><img class="left" src="../shared_images/privacy_browser.png"> <img class="left" src="../shared_images/privacy_browser_free.png"> <img class="left" src="../shared_images/warning.png">
+ <img class="left" src="../shared_images/javascript_enabled.png"> sono state derivate da ic_security e ic_language, che fanno parte
dell'<a href="https://material.io/icons/">Android Material icon set</a> e sono state rilasciate sotto <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
Il testo completo della Licenza è riportato di seguito. Copyright delle modifiche © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
Le immagini risultanti sono rilasciate sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/move_to_folder_dark.png"> è stata derivata da elementi di ic_folder e di ic_exit_to_app, che fanno parte
+ <p><img class="left" src="../shared_images/move_to_folder_dark.png"> è stata derivata da elementi di ic_folder e di ic_exit_to_app, che fanno parte
dell'<a href="https://material.io/icons/">Android Material icon set</a> e sono state rilasciate sotto <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
Copyright delle modifiche © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
L'immagine risultante è rilasciata sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/create_bookmark_dark.png"> è stata derivata da elementi di ic_bookmark e di ic_create_new_folder, che fanno parte
+ <p><img class="left" src="../shared_images/create_bookmark_dark.png"> è stata derivata da elementi di ic_bookmark e di ic_create_new_folder, che fanno parte
dell'<a href="https://material.io/icons/">Android Material icon set</a> e sono state rilasciate sotto <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
Copyright delle modifiche © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
L'immagine risultante è rilasciata sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/create_folder_dark.png"> è stata derivata da ic_create_new_folder,
+ <p><img class="left" src="../shared_images/create_folder_dark.png"> è stata derivata da ic_create_new_folder,
che fa parte dell'<a href="https://material.io/icons/">Android Material icon set</a> ed è stata rilasciata sotto <a href="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
Copyright delle modifiche © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
L'immagine risultante è rilasciata sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/clear_and_exit_dark.png"> è stata derivata da ic_exit_to_app,
+ <p><img class="left" src="../shared_images/clear_and_exit_dark.png"> è stata derivata da ic_exit_to_app,
che fa parte dell'<a href="https://material.io/icons/">Android Material icon set</a> ed è stata rilasciata sotto <a href="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
Copyright delle modifiche © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
L'immagine risultante è rilasciata sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/night_mode_dark.png"> è stata derivata da ic_compare,
+ <p><img class="left" src="../shared_images/night_mode_dark.png"> è stata derivata da ic_compare,
che fa parte dell'<a href="https://material.io/icons/">Android Material icon set</a> ed è stata rilasciata sotto <a href="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
Copyright delle modifiche © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
L'immagine risultante è rilasciata sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/orbot_dark.png"> orbot è una versione modificata della
+ <p><img class="left" src="../shared_images/orbot_dark.png"> orbot è una versione modificata della
<a href="https://gitweb.torproject.org/orbot.git/tree/app/src/main/res/drawable-xxxhdpi/ic_stat_tor.png">icona di stato del progetto Orbot</a>,
il cui copyright è 2009-2010 Nathan Freitas, The Guardian Project.
E' rilasciata sotto <a href="https://gitweb.torproject.org/orbot.git/tree/LICENSE">3-clause BSD license</a>. Il testo completo della Licenza è riportato di seguito.
Copyright delle modifiche © 2017<a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
L'immagine risultante è rilasciata sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/cookie_dark.png"> cookie è stata creata da Google. E' stata rilasciata con <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>
+ <p><img class="left" src="../shared_images/cookie_dark.png"> cookie è stata creata da Google. E' stata rilasciata con <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>
e può essere scaricata dirattamente dal <a href="https://materialdesignicons.com/icon/cookie">Material Design Icons</a>. Non è stata modificata ad eccezione del colore e della dimensione.</p>
<p>Le seguenti icone derivano dall'<a href="https://material.io/icons/">Android Material icon set</a>,
che è rilasciato sotto <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
Non sono state modificatae ad eccezione del colore e della dimensione. Alcune sono state rinominate per coerenza con il tipo di utilizzo all'interno del codice.
Le icone con i loro nomi originali sono riportate di seguito.</p>
- <p><img class="icon" src="../en/images/ic_add_dark.png"> ic_add.</p>
- <p><img class="icon" src="../en/images/ic_arrow_back_dark.png"> ic_arrow_back.</p>
- <p><img class="icon" src="../en/images/ic_arrow_forward_dark.png"> ic_arrow_forward.</p>
- <p><img class="icon" src="../en/images/ic_bookmark_border_dark.png"> ic_bookmark_border.</p>
- <p><img class="icon" src="../en/images/ic_bug_report_dark.png"> ic_bug_report.</p>
- <p><img class="icon" src="../en/images/ic_call_to_action_dark.png"> ic_call_to_action.</p>
- <p><img class="icon" src="../en/images/ic_chrome_reader_mode_dark.png"> ic_chrome_reader_mode.</p>
- <p><img class="icon" src="../en/images/ic_close_dark.png"> ic_close.</p>
- <p><img class="icon" src="../en/images/ic_delete_dark.png"> ic_delete.</p>
- <p><img class="icon" src="../en/images/ic_delete_forever_dark.png"> ic_delete_forever.</p>
- <p><img class="icon" src="../en/images/ic_devices_other_dark.png"> ic_devices_other.</p>
- <p><img class="icon" src="../en/images/ic_dns_dark.png"> ic_dns.</p>
- <p><img class="icon" src="../en/images/ic_donut_small_dark.png"> ic_donut_small.</p>
- <p><img class="icon" src="../en/images/ic_edit_dark.png"> ic_edit.</p>
- <p><img class="icon" src="../en/images/ic_expand_less_dark.png"> ic_expand_less.</p>
- <p><img class="icon" src="../en/images/ic_expand_more_dark.png"> ic_expand_more.</p>
- <p><img class="icon" src="../en/images/ic_file_download_dark.png"> ic_file_download.</p>
- <p><img class="icon" src="../en/images/ic_find_in_page_dark.png"> ic_find_in_page.</p>
- <p><img class="icon" src="../en/images/ic_folder_dark.png"> ic_folder.</p>
- <p><img class="icon" src="../en/images/ic_fullscreen_dark.png"> ic_fullscreen.</p>
- <p><img class="icon" src="../en/images/ic_home_dark.png"> ic_home.</p>
- <p><img class="icon" src="../en/images/ic_image_dark.png"> ic_image.</p>
- <p><img class="icon" src="../en/images/ic_import_contacts_dark.png"> ic_import_contacts.</p>
- <p><img class="icon" src="../en/images/ic_important_devices_dark.png"> ic_important_devices.</p>
- <p><img class="icon" src="../en/images/ic_info_outline_dark.png"> ic_info_outline.</p>
- <p><img class="icon" src="../en/images/ic_language_dark.png"> ic_language.</p>
- <p><img class="icon" src="../en/images/ic_list_dark.png"> ic_list.</p>
- <p><img class="icon" src="../en/images/ic_local_activity_dark.png"> ic_local_activity.</p>
- <p><img class="icon" src="../en/images/ic_location_off_dark.png"> ic_location_off.</p>
- <p><img class="icon" src="../en/images/ic_lock_dark.png"> ic_lock.</p>
- <p><img class="icon" src="../en/images/ic_map_dark.png"> ic_map.</p>
- <p><img class="icon" src="../en/images/ic_more_dark.png"> ic_more.</p>
- <p><img class="icon" src="../en/images/ic_question_answer_dark.png"> ic_question_answer.</p>
- <p><img class="icon" src="../en/images/ic_refresh_dark.png"> ic_refresh.</p>
- <p><img class="icon" src="../en/images/ic_search_dark.png"> ic_search.</p>
- <p><img class="icon" src="../en/images/ic_select_all_dark.png"> ic_select_all.</p>
- <p><img class="icon" src="../en/images/ic_settings_dark.png"> ic_settings.</p>
- <p><img class="icon" src="../en/images/ic_smartphone_dark.png"> ic_smartphone.</p>
- <p><img class="icon" src="../en/images/ic_style_dark.png"> ic_style.</p>
- <p><img class="icon" src="../en/images/ic_subtitles_dark.png"> ic_subtitles.</p>
- <p><img class="icon" src="../en/images/ic_text_fields_dark.png"> ic_text_fields.</p>
- <p><img class="icon" src="../en/images/ic_thumbs_up_down_dark.png"> ic_thumbs_up_down.</p>
- <p><img class="icon" src="../en/images/ic_vertical_align_bottom_dark.png"> ic_vertical_align_bottom.</p>
- <p><img class="icon" src="../en/images/ic_vertical_align_top_dark.png"> ic_vertical_align_top.</p>
- <p><img class="icon" src="../en/images/ic_visibility_off_dark.png"> ic_visibility_off.</p>
- <p><img class="icon" src="../en/images/ic_vpn_lock_dark.png"> ic_vpn_lock.</p>
- <p><img class="icon" src="../en/images/ic_web_dark.png"> ic_web.</p>
+ <p><img class="icon" src="../shared_images/ic_add_dark.png"> ic_add.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_back_dark.png"> ic_arrow_back.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_forward_dark.png"> ic_arrow_forward.</p>
+ <p><img class="icon" src="../shared_images/ic_bookmark_border_dark.png"> ic_bookmark_border.</p>
+ <p><img class="icon" src="../shared_images/ic_bug_report_dark.png"> ic_bug_report.</p>
+ <p><img class="icon" src="../shared_images/ic_call_to_action_dark.png"> ic_call_to_action.</p>
+ <p><img class="icon" src="../shared_images/ic_chrome_reader_mode_dark.png"> ic_chrome_reader_mode.</p>
+ <p><img class="icon" src="../shared_images/ic_close_dark.png"> ic_close.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_dark.png"> ic_delete.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_forever_dark.png"> ic_delete_forever.</p>
+ <p><img class="icon" src="../shared_images/ic_devices_other_dark.png"> ic_devices_other.</p>
+ <p><img class="icon" src="../shared_images/ic_dns_dark.png"> ic_dns.</p>
+ <p><img class="icon" src="../shared_images/ic_donut_small_dark.png"> ic_donut_small.</p>
+ <p><img class="icon" src="../shared_images/ic_edit_dark.png"> ic_edit.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_less_dark.png"> ic_expand_less.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_more_dark.png"> ic_expand_more.</p>
+ <p><img class="icon" src="../shared_images/ic_file_download_dark.png"> ic_file_download.</p>
+ <p><img class="icon" src="../shared_images/ic_find_in_page_dark.png"> ic_find_in_page.</p>
+ <p><img class="icon" src="../shared_images/ic_folder_dark.png"> ic_folder.</p>
+ <p><img class="icon" src="../shared_images/ic_fullscreen_dark.png"> ic_fullscreen.</p>
+ <p><img class="icon" src="../shared_images/ic_home_dark.png"> ic_home.</p>
+ <p><img class="icon" src="../shared_images/ic_image_dark.png"> ic_image.</p>
+ <p><img class="icon" src="../shared_images/ic_import_contacts_dark.png"> ic_import_contacts.</p>
+ <p><img class="icon" src="../shared_images/ic_important_devices_dark.png"> ic_important_devices.</p>
+ <p><img class="icon" src="../shared_images/ic_info_outline_dark.png"> ic_info_outline.</p>
+ <p><img class="icon" src="../shared_images/ic_language_dark.png"> ic_language.</p>
+ <p><img class="icon" src="../shared_images/ic_list_dark.png"> ic_list.</p>
+ <p><img class="icon" src="../shared_images/ic_local_activity_dark.png"> ic_local_activity.</p>
+ <p><img class="icon" src="../shared_images/ic_location_off_dark.png"> ic_location_off.</p>
+ <p><img class="icon" src="../shared_images/ic_lock_dark.png"> ic_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_map_dark.png"> ic_map.</p>
+ <p><img class="icon" src="../shared_images/ic_more_dark.png"> ic_more.</p>
+ <p><img class="icon" src="../shared_images/ic_question_answer_dark.png"> ic_question_answer.</p>
+ <p><img class="icon" src="../shared_images/ic_refresh_dark.png"> ic_refresh.</p>
+ <p><img class="icon" src="../shared_images/ic_search_dark.png"> ic_search.</p>
+ <p><img class="icon" src="../shared_images/ic_select_all_dark.png"> ic_select_all.</p>
+ <p><img class="icon" src="../shared_images/ic_settings_dark.png"> ic_settings.</p>
+ <p><img class="icon" src="../shared_images/ic_smartphone_dark.png"> ic_smartphone.</p>
+ <p><img class="icon" src="../shared_images/ic_style_dark.png"> ic_style.</p>
+ <p><img class="icon" src="../shared_images/ic_subtitles_dark.png"> ic_subtitles.</p>
+ <p><img class="icon" src="../shared_images/ic_text_fields_dark.png"> ic_text_fields.</p>
+ <p><img class="icon" src="../shared_images/ic_thumbs_up_down_dark.png"> ic_thumbs_up_down.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_bottom_dark.png"> ic_vertical_align_bottom.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_top_dark.png"> ic_vertical_align_top.</p>
+ <p><img class="icon" src="../shared_images/ic_visibility_off_dark.png"> ic_visibility_off.</p>
+ <p><img class="icon" src="../shared_images/ic_vpn_lock_dark.png"> ic_vpn_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_web_dark.png"> ic_web.</p>
<hr/>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
che è rilasciata con <a href="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.</p>
<h3>Icone</h3>
- <p><img class="left" src="../en/images/privacy_browser.png"> <img class="left" src="../en/images/privacy_browser_free.png"> <img class="left" src="../en/images/warning.png">
- <img class="left" src="../en/images/javascript_enabled.png"> sono state derivate da ic_security e ic_language, che fanno parte
+ <p><img class="left" src="../shared_images/privacy_browser.png"> <img class="left" src="../shared_images/privacy_browser_free.png"> <img class="left" src="../shared_images/warning.png">
+ <img class="left" src="../shared_images/javascript_enabled.png"> sono state derivate da ic_security e ic_language, che fanno parte
dell'<a href="https://material.io/icons/">Android Material icon set</a> e sono state rilasciate sotto <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
Il testo completo della Licenza è riportato di seguito. Copyright delle modifiche © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
Le immagini risultanti sono rilasciate sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/move_to_folder_light.png"> è stata derivata da elementi di ic_folder e di ic_exit_to_app, che fanno parte
+ <p><img class="left" src="../shared_images/move_to_folder_light.png"> è stata derivata da elementi di ic_folder e di ic_exit_to_app, che fanno parte
dell'<a href="https://material.io/icons/">Android Material icon set</a> e sono state rilasciate sotto <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
Copyright delle modifiche © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
L'immagine risultante è rilasciata sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/create_bookmark_light.png"> è stata derivata da elementi di ic_bookmark e di ic_create_new_folder, che fanno parte
+ <p><img class="left" src="../shared_images/create_bookmark_light.png"> è stata derivata da elementi di ic_bookmark e di ic_create_new_folder, che fanno parte
dell'<a href="https://material.io/icons/">Android Material icon set</a> e sono state rilasciate sotto <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
Copyright delle modifiche © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
L'immagine risultante è rilasciata sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/create_folder_light.png"> è stata derivata da ic_create_new_folder,
+ <p><img class="left" src="../shared_images/create_folder_light.png"> è stata derivata da ic_create_new_folder,
che fa parte dell'<a href="https://material.io/icons/">Android Material icon set</a> ed è stata rilasciata sotto <a href="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
Copyright delle modifiche © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
L'immagine risultante è rilasciata sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/clear_and_exit_light.png"> è stata derivata da ic_exit_to_app,
+ <p><img class="left" src="../shared_images/clear_and_exit_light.png"> è stata derivata da ic_exit_to_app,
che fa parte dell'<a href="https://material.io/icons/">Android Material icon set</a> ed è stata rilasciata sotto <a href="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
Copyright delle modifiche © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
L'immagine risultante è rilasciata sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/night_mode_light.png"> è stata derivata da ic_compare,
+ <p><img class="left" src="../shared_images/night_mode_light.png"> è stata derivata da ic_compare,
che fa parte dell'<a href="https://material.io/icons/">Android Material icon set</a> ed è stata rilasciata sotto <a href="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
Copyright delle modifiche © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
L'immagine risultante è rilasciata sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/orbot_light.png"> orbot è una versione modificata della
+ <p><img class="left" src="../shared_images/orbot_light.png"> orbot è una versione modificata della
<a href="https://gitweb.torproject.org/orbot.git/tree/app/src/main/res/drawable-xxxhdpi/ic_stat_tor.png">icona di stato del progetto Orbot</a>,
il cui copyright è 2009-2010 Nathan Freitas, The Guardian Project.
E' rilasciata sotto <a href="https://gitweb.torproject.org/orbot.git/tree/LICENSE">3-clause BSD license</a>. Il testo completo della Licenza è riportato di seguito.
Copyright delle modifiche © 2017<a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
L'immagine risultante è rilasciata sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
- <p><img class="left" src="../en/images/cookie_light.png"> cookie è stata creata da Google. E' stata rilasciata con <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>
+ <p><img class="left" src="../shared_images/cookie_light.png"> cookie è stata creata da Google. E' stata rilasciata con <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>
e può essere scaricata dirattamente dal <a href="https://materialdesignicons.com/icon/cookie">Material Design Icons</a>.Non è stata modificata ad eccezione del colore e della dimensione.</p>
<p>Le seguenti icone derivano dall'<a href="https://material.io/icons/">Android Material icon set</a>,
che è rilasciato sotto <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
Non sono state modificatae ad eccezione del colore e della dimensione. Alcune sono state rinominate per coerenza con il tipo di utilizzo all'interno del codice.
Le icone con i loro nomi originali sono riportate di seguito.</p>
- <p><img class="icon" src="../en/images/ic_add_light.png"> ic_add.</p>
- <p><img class="icon" src="../en/images/ic_arrow_back_light.png"> ic_arrow_back.</p>
- <p><img class="icon" src="../en/images/ic_arrow_forward_light.png"> ic_arrow_forward.</p>
- <p><img class="icon" src="../en/images/ic_bookmark_border_light.png"> ic_bookmark_border.</p>
- <p><img class="icon" src="../en/images/ic_bug_report_light.png"> ic_bug_report.</p>
- <p><img class="icon" src="../en/images/ic_call_to_action_light.png"> ic_call_to_action.</p>
- <p><img class="icon" src="../en/images/ic_chrome_reader_mode_light.png"> ic_chrome_reader_mode.</p>
- <p><img class="icon" src="../en/images/ic_close_light.png"> ic_close.</p>
- <p><img class="icon" src="../en/images/ic_delete_light.png"> ic_delete.</p>
- <p><img class="icon" src="../en/images/ic_delete_forever_light.png"> ic_delete_forever.</p>
- <p><img class="icon" src="../en/images/ic_devices_other_light.png"> ic_devices_other.</p>
- <p><img class="icon" src="../en/images/ic_dns_light.png"> ic_dns.</p>
- <p><img class="icon" src="../en/images/ic_donut_small_light.png"> ic_donut_small.</p>
- <p><img class="icon" src="../en/images/ic_edit_light.png"> ic_edit.</p>
- <p><img class="icon" src="../en/images/ic_expand_less_light.png"> ic_expand_less.</p>
- <p><img class="icon" src="../en/images/ic_expand_more_light.png"> ic_expand_more.</p>
- <p><img class="icon" src="../en/images/ic_file_download_light.png"> ic_file_download.</p>
- <p><img class="icon" src="../en/images/ic_find_in_page_light.png"> ic_find_in_page.</p>
- <p><img class="icon" src="../en/images/ic_folder_light.png"> ic_folder.</p>
- <p><img class="icon" src="../en/images/ic_fullscreen_light.png"> ic_fullscreen.</p>
- <p><img class="icon" src="../en/images/ic_home_light.png"> ic_home.</p>
- <p><img class="icon" src="../en/images/ic_image_light.png"> ic_image.</p>
- <p><img class="icon" src="../en/images/ic_import_contacts_light.png"> ic_import_contacts.</p>
- <p><img class="icon" src="../en/images/ic_important_devices_light.png"> ic_important_devices.</p>
- <p><img class="icon" src="../en/images/ic_info_outline_light.png"> ic_info_outline.</p>
- <p><img class="icon" src="../en/images/ic_language_light.png"> ic_language.</p>
- <p><img class="icon" src="../en/images/ic_list_light.png"> ic_list.</p>
- <p><img class="icon" src="../en/images/ic_local_activity_light.png"> ic_local_activity.</p>
- <p><img class="icon" src="../en/images/ic_location_off_light.png"> ic_location_off.</p>
- <p><img class="icon" src="../en/images/ic_lock_light.png"> ic_lock.</p>
- <p><img class="icon" src="../en/images/ic_map_light.png"> ic_map.</p>
- <p><img class="icon" src="../en/images/ic_more_light.png"> ic_more.</p>
- <p><img class="icon" src="../en/images/ic_question_answer_light.png"> ic_question_answer.</p>
- <p><img class="icon" src="../en/images/ic_refresh_light.png"> ic_refresh.</p>
- <p><img class="icon" src="../en/images/ic_search_light.png"> ic_search.</p>
- <p><img class="icon" src="../en/images/ic_select_all_light.png"> ic_select_all.</p>
- <p><img class="icon" src="../en/images/ic_settings_light.png"> ic_settings.</p>
- <p><img class="icon" src="../en/images/ic_smartphone_light.png"> ic_smartphone.</p>
- <p><img class="icon" src="../en/images/ic_style_light.png"> ic_style.</p>
- <p><img class="icon" src="../en/images/ic_subtitles_light.png"> ic_subtitles.</p>
- <p><img class="icon" src="../en/images/ic_text_fields_light.png"> ic_text_fields.</p>
- <p><img class="icon" src="../en/images/ic_thumbs_up_down_light.png"> ic_thumbs_up_down.</p>
- <p><img class="icon" src="../en/images/ic_vertical_align_bottom_light.png"> ic_vertical_align_bottom.</p>
- <p><img class="icon" src="../en/images/ic_vertical_align_top_light.png"> ic_vertical_align_top.</p>
- <p><img class="icon" src="../en/images/ic_visibility_off_light.png"> ic_visibility_off.</p>
- <p><img class="icon" src="../en/images/ic_vpn_lock_light.png"> ic_vpn_lock.</p>
- <p><img class="icon" src="../en/images/ic_web_light.png"> ic_web.</p>
+ <p><img class="icon" src="../shared_images/ic_add_light.png"> ic_add.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_back_light.png"> ic_arrow_back.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_forward_light.png"> ic_arrow_forward.</p>
+ <p><img class="icon" src="../shared_images/ic_bookmark_border_light.png"> ic_bookmark_border.</p>
+ <p><img class="icon" src="../shared_images/ic_bug_report_light.png"> ic_bug_report.</p>
+ <p><img class="icon" src="../shared_images/ic_call_to_action_light.png"> ic_call_to_action.</p>
+ <p><img class="icon" src="../shared_images/ic_chrome_reader_mode_light.png"> ic_chrome_reader_mode.</p>
+ <p><img class="icon" src="../shared_images/ic_close_light.png"> ic_close.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_light.png"> ic_delete.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_forever_light.png"> ic_delete_forever.</p>
+ <p><img class="icon" src="../shared_images/ic_devices_other_light.png"> ic_devices_other.</p>
+ <p><img class="icon" src="../shared_images/ic_dns_light.png"> ic_dns.</p>
+ <p><img class="icon" src="../shared_images/ic_donut_small_light.png"> ic_donut_small.</p>
+ <p><img class="icon" src="../shared_images/ic_edit_light.png"> ic_edit.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_less_light.png"> ic_expand_less.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_more_light.png"> ic_expand_more.</p>
+ <p><img class="icon" src="../shared_images/ic_file_download_light.png"> ic_file_download.</p>
+ <p><img class="icon" src="../shared_images/ic_find_in_page_light.png"> ic_find_in_page.</p>
+ <p><img class="icon" src="../shared_images/ic_folder_light.png"> ic_folder.</p>
+ <p><img class="icon" src="../shared_images/ic_fullscreen_light.png"> ic_fullscreen.</p>
+ <p><img class="icon" src="../shared_images/ic_home_light.png"> ic_home.</p>
+ <p><img class="icon" src="../shared_images/ic_image_light.png"> ic_image.</p>
+ <p><img class="icon" src="../shared_images/ic_import_contacts_light.png"> ic_import_contacts.</p>
+ <p><img class="icon" src="../shared_images/ic_important_devices_light.png"> ic_important_devices.</p>
+ <p><img class="icon" src="../shared_images/ic_info_outline_light.png"> ic_info_outline.</p>
+ <p><img class="icon" src="../shared_images/ic_language_light.png"> ic_language.</p>
+ <p><img class="icon" src="../shared_images/ic_list_light.png"> ic_list.</p>
+ <p><img class="icon" src="../shared_images/ic_local_activity_light.png"> ic_local_activity.</p>
+ <p><img class="icon" src="../shared_images/ic_location_off_light.png"> ic_location_off.</p>
+ <p><img class="icon" src="../shared_images/ic_lock_light.png"> ic_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_map_light.png"> ic_map.</p>
+ <p><img class="icon" src="../shared_images/ic_more_light.png"> ic_more.</p>
+ <p><img class="icon" src="../shared_images/ic_question_answer_light.png"> ic_question_answer.</p>
+ <p><img class="icon" src="../shared_images/ic_refresh_light.png"> ic_refresh.</p>
+ <p><img class="icon" src="../shared_images/ic_search_light.png"> ic_search.</p>
+ <p><img class="icon" src="../shared_images/ic_select_all_light.png"> ic_select_all.</p>
+ <p><img class="icon" src="../shared_images/ic_settings_light.png"> ic_settings.</p>
+ <p><img class="icon" src="../shared_images/ic_smartphone_light.png"> ic_smartphone.</p>
+ <p><img class="icon" src="../shared_images/ic_style_light.png"> ic_style.</p>
+ <p><img class="icon" src="../shared_images/ic_subtitles_light.png"> ic_subtitles.</p>
+ <p><img class="icon" src="../shared_images/ic_text_fields_light.png"> ic_text_fields.</p>
+ <p><img class="icon" src="../shared_images/ic_thumbs_up_down_light.png"> ic_thumbs_up_down.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_bottom_light.png"> ic_vertical_align_bottom.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_top_light.png"> ic_vertical_align_top.</p>
+ <p><img class="icon" src="../shared_images/ic_visibility_off_light.png"> ic_visibility_off.</p>
+ <p><img class="icon" src="../shared_images/ic_vpn_lock_light.png"> ic_vpn_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_web_light.png"> ic_web.</p>
<hr/>
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<h3>Collegamenti</h3>
- <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../en/images/ic_chrome_reader_mode_blue_dark.png"></a> <a href="https://www.stoutner.com/category/privacy-browser/">Novità</a></p>
+ <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../shared_images/ic_chrome_reader_mode_blue_dark.png"></a>
+ <a href="https://www.stoutner.com/category/privacy-browser/">Novità</a></p>
- <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../en/images/ic_map_blue_dark.png"></a> <a href="https://www.stoutner.com/category/roadmap/">Roadmap</a></p>
+ <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../shared_images/ic_map_blue_dark.png"></a> <a href="https://www.stoutner.com/category/roadmap/">Roadmap</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../en/images/ic_bug_report_blue_dark.png"></a>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../shared_images/ic_bug_report_blue_dark.png"></a>
<a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Segnalazioni di Bug e richieste di nuove funzionalità</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../en/images/ic_question_answer_blue_dark.png"></a> <a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Forum</a></p>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../shared_images/ic_question_answer_blue_dark.png"></a>
+ <a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Forum</a></p>
- <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../en/images/ic_more_blue_dark.png"></a> <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a></p>
+ <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../shared_images/ic_more_blue_dark.png"></a>
+ <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a></p>
</body>
</html>
\ No newline at end of file
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<h3>Collegamenti</h3>
- <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../en/images/ic_chrome_reader_mode_blue_light.png"></a> <a href="https://www.stoutner.com/category/privacy-browser/">Novità</a></p>
+ <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../shared_images/ic_chrome_reader_mode_blue_light.png"></a>
+ <a href="https://www.stoutner.com/category/privacy-browser/">Novità</a></p>
- <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../en/images/ic_map_blue_light.png"></a> <a href="https://www.stoutner.com/category/roadmap/">Roadmap</a></p>
+ <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../shared_images/ic_map_blue_light.png"></a> <a href="https://www.stoutner.com/category/roadmap/">Roadmap</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../en/images/ic_bug_report_blue_light.png"></a>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../shared_images/ic_bug_report_blue_light.png"></a>
<a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Segnalazioni di Bug e richieste di nuove funzionalità</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../en/images/ic_question_answer_blue_light.png"></a> <a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Forum</a></p>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../shared_images/ic_question_answer_blue_light.png"></a>
+ <a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Forum</a></p>
- <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../en/images/ic_more_blue_light.png"></a> <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a></p>
+ <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../shared_images/ic_more_blue_light.png"></a>
+ <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a></p>
</body>
</html>
\ No newline at end of file
<!--
Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
- Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+ Translation 2017-2018 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
<p>E' richiesto per poter creare collegamenti a siti web sulla schermata principale del dispositivo.</p>
- <h3>Write storage</h3>
+ <h3>Scrittura sulla memoria</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE"> android.permission.WRITE_EXTERNAL_STORAGE</a></p>
- <p>Required to download files to the public download folder.
- On Android Marshmallow (API 23) and newer, if this permission is denied Privacy Browser will store downloads in the app’s download folder instead.</p>
+ <p>E' richiesto per scaricare file nella cartella pubblica di download.
+ In Android Marshmallow (API 23) e successivi, se questo permesso è negato Privacy Browser salverà i file scaricati nella cartella di download dell'applicazione.</p>
</body>
</html>
\ No newline at end of file
<!--
Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
- Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+ Translation 2017-2018 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
<p>E' richiesto per poter creare collegamenti a siti web sulla schermata principale del dispositivo.</p>
- <h3>Write storage</h3>
+ <h3>Scrittura sulla memoria</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE"> android.permission.WRITE_EXTERNAL_STORAGE</a></p>
- <p>Required to download files to the public download folder.
- On Android Marshmallow (API 23) and newer, if this permission is denied Privacy Browser will store downloads in the app’s download folder instead.</p>
+ <p>E' richiesto per scaricare file nella cartella pubblica di download.
+ In Android Marshmallow (API 23) e successivi, se questo permesso è negato Privacy Browser salverà i file scaricati nella cartella di download dell'applicazione.</p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_bookmark_border_blue_dark.png"> Segnalibri</h3>
+ <h3><img class="title" src="../shared_images/ic_bookmark_border_blue_dark.png"> Segnalibri</h3>
<p>E' possibile visualizzare i segnalibri attraverso un cassetto che si apre scorrendo dal lato destro dello schermo.</p>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_bookmark_border_blue_light.png"> Segnalibri</h3>
+ <h3><img class="title" src="../shared_images/ic_bookmark_border_blue_light.png"> Segnalibri</h3>
<p>E' possibile visualizzare i segnalibri attraverso un cassetto che si apre scorrendo dal lato destro dello schermo.</p>
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_dns_blue_dark.png"> Navigazione sicura</h3>
+ <h3><img class="title" src="../shared_images/ic_dns_blue_dark.png"> Navigazione sicura</h3>
<p>Privacy Browser dovrebbe essere utilizzato di default per navigare con JavaScript, cookies, e DOM storage disabiltati.
In ogni caso alcuni siti web necessitano legittimamente di queste funzionalità per essere visualizzati correttamente.
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_dns_blue_light.png"> Navigazione sicura</h3>
+ <h3><img class="title" src="../shared_images/ic_dns_blue_light.png"> Navigazione sicura</h3>
<p>Privacy Browser dovrebbe essere utilizzato di default per navigare con JavaScript, cookies, e DOM storage disabiltati.
In ogni caso alcuni siti web necessitano legittimamente di queste funzionalità per essere visualizzati correttamente.
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/privacy_browser.png"> JavaScript è potentissimo</h3>
+ <h3><img class="title" src="../shared_images/privacy_browser.png"> JavaScript è potentissimo</h3>
<p>Tornando ai primordi di internet, le pagine web erano statiche, ovvero contenevano testi e immagini che venivano visualizzati sullo schermo
ma non potevano cambiare o interagire in nessun modo con l'utente. Ovviamente non può succedere nulla di particolarmente interessante con solo contenuti statici.
l'apertura di popup, e molte altre cose utili.</p>
- <h3><img class="title" src="../en/images/javascript_enabled.png"> JavaScript è pericoloso</h3>
+ <h3><img class="title" src="../shared_images/javascript_enabled.png"> JavaScript è pericoloso</h3>
<p>Naturalmente il concetto stesso di eseguire arbitrariamente software proveniente da un sito web è potenzialmente molto pericoloso. Per questo motivo in JavaScript esistono limitazioni
per prevenire comportamenti indesiderati come ad esempio l'installazione di virus. Ad ogni modo risulta che queste limitazioni sono abbastanza permissive.
<p>Per ragioni di privacy l'ideale sarebbe navigare in internet con JavaScript disabilitato. Esistono però alcuni siti web che richiedono in modo legittimo
JavaScript per funzionare correttamente e altri che non funzionano senza, anche se potrebbero essere progettati per farlo.
Privacy Browser affronta questo problema facilitando l'abilitazione e la disabilitazione di JavaScript. Toccando lo scudo della privacy esso cambierà colore da blu
- <img class="inline" src="../en/images/privacy_browser.png"> o giallo <img class="inline" src="../en/images/warning.png"> (entrambi indicano che
- JavaScript è disabilitato) a rosso <img class="inline" src="../en/images/javascript_enabled.png"> (JavaScript abilitato).
+ <img class="inline" src="../shared_images/privacy_browser.png"> o giallo <img class="inline" src="../shared_images/warning.png"> (entrambi indicano che
+ JavaScript è disabilitato) a rosso <img class="inline" src="../shared_images/javascript_enabled.png"> (JavaScript abilitato).
Se si osservano le varie informazioni che <a href="http://webkay.robinlinus.com">webkay</a> può raccogliere con JavaScript abilitato o disabilitato si possono scoprire cose molto interessanti.</p>
<p>Navigare su internet con JavaScript disabilitato, abilitandolo solo quando necessario, è quindi un passo molto importante per la protezione della propria privacy. Inoltre JavaScript
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/privacy_browser.png"> JavaScript è potentissimo</h3>
+ <h3><img class="title" src="../shared_images/privacy_browser.png"> JavaScript è potentissimo</h3>
<p>Tornando ai primordi di internet, le pagine web erano statiche, ovvero contenevano testi e immagini che venivano visualizzati sullo schermo
ma non potevano cambiare o interagire in nessun modo con l'utente. Ovviamente non può succedere nulla di particolarmente interessante con solo contenuti statici.
l'apertura di popup, e molte altre cose utili.</p>
- <h3><img class="title" src="../en/images/javascript_enabled.png"> JavaScript è pericoloso</h3>
+ <h3><img class="title" src="../shared_images/javascript_enabled.png"> JavaScript è pericoloso</h3>
<p>Naturalmente il concetto stesso di eseguire arbitrariamente software proveniente da un sito web è potenzialmente molto pericoloso. Per questo motivo in JavaScript esistono limitazioni
per prevenire comportamenti indesiderati come ad esempio l'installazione di virus. Ad ogni modo risulta che queste limitazioni sono abbastanza permissive.
<p>Per ragioni di privacy l'ideale sarebbe navigare in internet con JavaScript disabilitato. Esistono però alcuni siti web che richiedono in modo legittimo
JavaScript per funzionare correttamente e altri che non funzionano senza, anche se potrebbero essere progettati per farlo.
Privacy Browser affronta questo problema facilitando l'abilitazione e la disabilitazione di JavaScript. Toccando lo scudo della privacy esso cambierà colore da blu
- <img class="inline" src="../en/images/privacy_browser.png"> o giallo <img class="inline" src="../en/images/warning.png"> (entrambi indicano che
- JavaScript è disabilitato) a rosso <img class="inline" src="../en/images/javascript_enabled.png"> (JavaScript abilitato).
+ <img class="inline" src="../shared_images/privacy_browser.png"> o giallo <img class="inline" src="../shared_images/warning.png"> (entrambi indicano che
+ JavaScript è disabilitato) a rosso <img class="inline" src="../shared_images/javascript_enabled.png"> (JavaScript abilitato).
Se si osservano le varie informazioni che <a href="http://webkay.robinlinus.com">webkay</a> può raccogliere con JavaScript abilitato o disabilitato si possono scoprire cose molto interessanti.</p>
<p>Navigare su internet con JavaScript disabilitato, abilitandolo solo quando necessario, è quindi un passo molto importante per la protezione della propria privacy. Inoltre JavaScript
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/cookie_blue_dark.png"> Cookies proprietari</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_dark.png"> Cookies proprietari</h3>
<p>I cookies proprietari sono definiti dal sito web nella barra della URL all'inizio della pagina.</p>
I cookies però non sono l'unico modo per un sito web per mantenere connesso un utente durante la navigazione delle diverse pagine del sito,
ma se la modalità di accesso è stata implementata in quel modo, l'unico modo per restare connesso è quello di abilitare i cookies proprietari.</p>
- <p>Se sono stati abilitati i cookies proprietari ma è stato disabilitato JavaScript, l'icona della privacy sarà gialla <img class="inline" src="../en/images/warning.png">
+ <p>Se sono stati abilitati i cookies proprietari ma è stato disabilitato JavaScript, l'icona della privacy sarà gialla <img class="inline" src="../shared_images/warning.png">
con lo scopo di avvertire l'utente.</p>
- <h3><img class="title" src="../en/images/cookie_blue_dark.png"> Cookies di terze parti</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_dark.png"> Cookies di terze parti</h3>
<p>I cookies di terze parti sono impostati da alcune porzioni dei siti web che sono caricate da server differenti rispetto alla URL all'inizio della pagina.
Ad esempio, molti siti web con annunci pubblicitari caricano gli annunci da ad-broker distinti, come ad esempio Google
tra cookie proprietari e cookie di terze parti</a>. Per questo motivo l'abilitazione dei primi permette anche la creazione dei secondi.</p>
- <h3><img class="title" src="../en/images/ic_web_blue_dark.png"> DOM Storage</h3>
+ <h3><img class="title" src="../shared_images/ic_web_blue_dark.png"> DOM Storage</h3>
<p>Il Document Object Model storage, conosciuto anche come web storage, è come l'utilizzo di cookie potenziati. Mentre per tutti i cookie di una singola URL il
massimo spazio di memoria occupata è di circa 4 kilobyte, il DOM storage può occupare alcuni <a href="https://en.wikipedia.org/wiki/Web_storage#Storage_size">megabyte per sito</a>.
Siccome il DOM storage utilizza JavaScript per leggere e scrivere dati, la sua abilitazione è inutile se non è stato abilitato anche JavaScript.</p>
- <h3><img class="title" src="../en/images/ic_subtitles_blue_dark.png"> Dati dei moduli</h3>
+ <h3><img class="title" src="../shared_images/ic_subtitles_blue_dark.png"> Dati dei moduli</h3>
<p>I dati dei moduli contengono le informazioni che vengono digitate nei web form, come user name, indirizzi, numeri di telefono, ecc. per poterli elencare in menù a tendina in caso di visite successive.
A differenza delle altre modalità di memorizzazione locale delle informazioni, i dati dei moduli non vengono inviati ai web server senza una interazione con l'utente.</p>
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/cookie_blue_light.png"> Cookies proprietari</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_light.png"> Cookies proprietari</h3>
<p>I cookies proprietari sono definiti dal sito web nella barra della URL all'inizio della pagina.</p>
I cookies però non sono l'unico modo per un sito web per mantenere connesso un utente durante la navigazione delle diverse pagine del sito,
ma se la modalità di accesso è stata implementata in quel modo, l'unico modo per restare connesso è quello di abilitare i cookies proprietari.</p>
- <p>Se sono stati abilitati i cookies proprietari ma è stato disabilitato JavaScript, l'icona della privacy sarà gialla <img class="inline" src="../en/images/warning.png">
+ <p>Se sono stati abilitati i cookies proprietari ma è stato disabilitato JavaScript, l'icona della privacy sarà gialla <img class="inline" src="../shared_images/warning.png">
con lo scopo di avvertire l'utente.</p>
- <h3><img class="title" src="../en/images/cookie_blue_light.png"> Cookies di terze parti</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_light.png"> Cookies di terze parti</h3>
<p>I cookies di terze parti sono impostati da alcune porzioni dei siti web che sono caricate da server differenti rispetto alla URL all'inizio della pagina.
Ad esempio, molti siti web con annunci pubblicitari caricano gli annunci da ad-broker distinti, come ad esempio Google
tra cookie proprietari e cookie di terze parti</a>. Per questo motivo l'abilitazione dei primi permette anche la creazione dei secondi.</p>
- <h3><img class="title" src="../en/images/ic_web_blue_light.png"> DOM Storage</h3>
+ <h3><img class="title" src="../shared_images/ic_web_blue_light.png"> DOM Storage</h3>
<p>Il Document Object Model storage, conosciuto anche come web storage, è come l'utilizzo di cookie potenziati. Mentre per tutti i cookie di una singola URL il
massimo spazio di memoria occupata è di circa 4 kilobyte, il DOM storage può occupare alcuni <a href="https://en.wikipedia.org/wiki/Web_storage#Storage_size">megabyte per sito</a>.
Siccome il DOM storage utilizza JavaScript per leggere e scrivere dati, la sua abilitazione è inutile se non è stato abilitato anche JavaScript.</p>
- <h3><img class="title" src="../en/images/ic_subtitles_blue_light.png"> Dati dei moduli</h3>
+ <h3><img class="title" src="../shared_images/ic_subtitles_blue_light.png"> Dati dei moduli</h3>
<p>I dati dei moduli contengono le informazioni che vengono digitate nei web form, come user name, indirizzi, numeri di telefono, ecc. per poterli elencare in menù a tendina in caso di visite successive.
A differenza delle altre modalità di memorizzazione locale delle informazioni, i dati dei moduli non vengono inviati ai web server senza una interazione con l'utente.</p>
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
+
+ Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_vpn_lock_blue_dark.png"> Connettiti in sicurezza</h3>
+ <h3><img class="title" src="../shared_images/ic_vpn_lock_blue_dark.png"> Connettiti in sicurezza</h3>
<p>Quando si accede ad una URL criptata (quelle che iniziano con HTTPS), il server web utilizza un certificato SSL con lo scopo di criptare le informazioni inviate al browser e di identificare il server stesso.
Lo scopo di questa identificazione è quello di impedire che una macchina situata tra il browser e il server web tenti di decriptare le informazioni in transito.
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
+
+ Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_vpn_lock_blue_light.png"> Connettiti in sicurezza</h3>
+ <h3><img class="title" src="../shared_images/ic_vpn_lock_blue_light.png"> Connettiti in sicurezza</h3>
<p>Quando si accede ad una URL criptata (quelle che iniziano con HTTPS), il server web utilizza un certificato SSL con lo scopo di criptare le informazioni inviate al browser e di identificare il server stesso.
Lo scopo di questa identificazione è quello di impedire che una macchina situata tra il browser e il server web tenti di decriptare le informazioni in transito.
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/orbot_blue_dark.png"> Tor e i suoi limiti</h3>
+ <h3><img class="title" src="../shared_images/orbot_blue_dark.png"> Tor e i suoi limiti</h3>
- <p>Esistono due categorie generali di cattivi soggetti che vogliono violare la privacy del web: governi maliziosi con accesso agli ISP (Internet Service Providers) e mega corporations che gestiscono social network e agenzie pubblicitarie.
+ <p>Esistono due categorie generali di cattivi soggetti che vogliono violare la privacy del web:
+ governi maliziosi con accesso agli ISP (Internet Service Providers) e mega corporations che gestiscono social network e agenzie pubblicitarie.
TOR (The Onion Router) è utile per proteggere la privacy dai governi maliziosi (che spiano il traffico in transito) ma non dalle mega corporations (che mettono codice maligno sui web server).</p>
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/orbot_blue_light.png"> Tor e i suoi limiti</h3>
+ <h3><img class="title" src="../shared_images/orbot_blue_light.png"> Tor e i suoi limiti</h3>
- <p>Esistono due categorie generali di cattivi soggetti che vogliono violare la privacy del web: governi maliziosi con accesso agli ISP (Internet Service Providers) e mega corporations che gestiscono social network e agenzie pubblicitarie.
+ <p>Esistono due categorie generali di cattivi soggetti che vogliono violare la privacy del web:
+ governi maliziosi con accesso agli ISP (Internet Service Providers) e mega corporations che gestiscono social network e agenzie pubblicitarie.
TOR (The Onion Router) è utile per proteggere la privacy dai governi maliziosi (che spiano il traffico in transito) ma non dalle mega corporations (che mettono codice maligno sui web server).</p>
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_location_off_blue_dark.png"> Do Not Track</h3>
+ <h3><img class="title" src="../shared_images/ic_location_off_blue_dark.png"> Do Not Track</h3>
<p>Alcuni anni fa il W3C (World Wide Web Consortium) ha creato per i browser un meccanismo per informare i web server che preferiscono non essere tracciati.
Questo è ottenuto attraverso l'inclusione nella richiesta al server di un header denominato: <a href="https://en.wikipedia.org/wiki/Do_Not_Track">DNT (Do Not Track)</a>.</p>
- <p>L'header DNT in realtà non garantisce nessuna privacy dal momento che la maggior parte dei web server lo ignora, come ad esempio Yahoo, Google, Microsoft e Facebook, che ignorano tutti almeno alcuni degli header DNT.</p>
+ <p>L'header DNT in realtà non garantisce nessuna privacy dal momento che la maggior parte dei web server lo ignora, come ad esempio Yahoo, Google, Microsoft e Facebook,
+ che ignorano tutti almeno alcuni degli header DNT.</p>
<h3>Annunci</h3>
<p>Privacy Browser Free mostra nella parte inferiore dello schermo un banner pubblicitario che è popolato attraverso la Google’s AdMob network.
Di default Google fornisce la <a href="https://support.google.com/googleplay/android-developer/answer/6048248?hl=en">advertising ID</a> del dispositivo agli annunci mostrati.
- Questa pratica permette alle compagnie pubblicitarie la creazione di un profilo del dispositivo che mostri quali app sono installate (quelle che mostrano l'annuncio), la loro frequenza di utilizzo, gli annunci che interessano all'utente.</p>
+ Questa pratica permette alle compagnie pubblicitarie la creazione di un profilo del dispositivo che mostri quali app sono installate (quelle che mostrano l'annuncio),
+ la loro frequenza di utilizzo, gli annunci che interessano all'utente.</p>
<p>Gli utenti possono scegliere di disattivare la advertising ID in <strong>Impostazioni</strong>, <strong>Google</strong>, <strong>Annunci</strong>.</p>
<img class="center" src="images/advertising_id.png">
- <p>Lo scopo della versione free di Privacy Browser è quello di permettere agli utenti di provare la app e le sue funzionalità. La versione standard può essere acquistata su tutti i principali app stores o scaricata gratuitamente da
+ <p>Lo scopo della versione free di Privacy Browser è quello di permettere agli utenti di provare la app e le sue funzionalità.
+ La versione standard può essere acquistata su tutti i principali app stores o scaricata gratuitamente da
<a href="https://f-droid.org/repository/browse/?fdfilter=privacy+browser&fdid=com.stoutner.privacybrowser.standard">F-Droid</a>.</p>
</body>
</html>
\ No newline at end of file
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_location_off_blue_light.png"> Do Not Track</h3>
+ <h3><img class="title" src="../shared_images/ic_location_off_blue_light.png"> Do Not Track</h3>
<p>Alcuni anni fa il W3C (World Wide Web Consortium) ha creato per i browser un meccanismo per informare i web server che preferiscono non essere tracciati.
Questo è ottenuto attraverso l'inclusione nella richiesta al server di un header denominato: <a href="https://en.wikipedia.org/wiki/Do_Not_Track">DNT (Do Not Track)</a>.</p>
- <p>L'header DNT in realtà non garantisce nessuna privacy dal momento che la maggior parte dei web server lo ignora, come ad esempio Yahoo, Google, Microsoft e Facebook, che ignorano tutti almeno alcuni degli header DNT.</p>
+ <p>L'header DNT in realtà non garantisce nessuna privacy dal momento che la maggior parte dei web server lo ignora, come ad esempio Yahoo, Google, Microsoft e Facebook,
+ che ignorano tutti almeno alcuni degli header DNT.</p>
<h3>Annunci</h3>
<p>Privacy Browser Free mostra nella parte inferiore dello schermo un banner pubblicitario che è popolato attraverso la Google’s AdMob network.
Di default Google fornisce la <a href="https://support.google.com/googleplay/android-developer/answer/6048248?hl=en">advertising ID</a> del dispositivo agli annunci mostrati.
- Questa pratica permette alle compagnie pubblicitarie la creazione di un profilo del dispositivo che mostri quali app sono installate (quelle che mostrano l'annuncio), la loro frequenza di utilizzo, gli annunci che interessano all'utente.</p>
+ Questa pratica permette alle compagnie pubblicitarie la creazione di un profilo del dispositivo che mostri quali app sono installate (quelle che mostrano l'annuncio),
+ la loro frequenza di utilizzo, gli annunci che interessano all'utente.</p>
<p>Gli utenti possono scegliere di disattivare la advertising ID in <strong>Impostazioni</strong>, <strong>Google</strong>, <strong>Annunci</strong>.</p>
<img class="center" src="images/advertising_id.png">
- <p>Lo scopo della versione free di Privacy Browser è quello di permettere agli utenti di provare la app e le sue funzionalità. La versione standard può essere acquistata su tutti i principali app stores o scaricata gratuitamente da
+ <p>Lo scopo della versione free di Privacy Browser è quello di permettere agli utenti di provare la app e le sue funzionalità.
+ La versione standard può essere acquistata su tutti i principali app stores o scaricata gratuitamente da
<a href="https://f-droid.org/repository/browse/?fdfilter=privacy+browser&fdid=com.stoutner.privacybrowser.standard">F-Droid</a>.</p>
</body>
</html>
\ No newline at end of file
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_devices_other_blue_dark.png"> Identificazione del Browser</h3>
+ <h3><img class="title" src="../shared_images/ic_devices_other_blue_dark.png"> Identificazione del Browser</h3>
- <p>Nel momento in cui un browser si connette ai siti web, invia uno user agent che identifica il browser e le sue caratteristiche di rendering. Il web server può utilizzare tali informazioni per decidere quale versione
- del sito inviare al browser. Molti siti web infatti sono disponibili in versioni diverse a seconda che vi si acceda con browser da PC (desktop) o da dispositivo mobile.</p>
+ <p>Nel momento in cui un browser si connette ai siti web, invia uno user agent che identifica il browser e le sue caratteristiche di rendering.
+ Il web server può utilizzare tali informazioni per decidere quale versione del sito inviare al browser.
+ Molti siti web infatti sono disponibili in versioni diverse a seconda che vi si acceda con browser da PC (desktop) o da dispositivo mobile.</p>
<p>Per default Privacy Browser utilizza un proprio user agent (o identificazione), ovvero PrivacyBrowser/1.0. Questo invia un set minimo di informazioni al web server.
Dal momento che i web server non lo riconoscono come uno user agent di un dispositivo mobile, generalmente inviano la versione desktop del sito.</p>
<img class="center" src="../en/images/panopticlick.png">
- <p>Sono disponibili diversi user agent predefiniti che identificano i browser e i sistemi operativi più comuni. Dal punto di vista dell'impronta digitale del browser, più è rara, più è facile da tracciare.
+ <p>Sono disponibili diversi user agent predefiniti che identificano i browser e i sistemi operativi più comuni.
+ Dal punto di vista dell'impronta digitale del browser, più è rara, più è facile da tracciare.
Nel caso in cui Privacy Browser diventi di uso comune, e molti utenti utilizzino PrivacyBrowser/1.0 come user agent, sarà una buona scelta dal punto di vista della privacy.
Firefox o Chrome sono gli user agents più comuni, ma vengono aggiornati spesso e il loro numero di versione cambia così di frequente che lo user agent incluso in Privacy Browser molto facilmente
sarà rimasto indietro rispetto alla maggior parte degli user agent tracciati nei log dei server.</p>
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
Translation 2017 Francesco Buratti. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_devices_other_blue_light.png"> Identificazione del Browser</h3>
+ <h3><img class="title" src="../shared_images/ic_devices_other_blue_light.png"> Identificazione del Browser</h3>
- <p>Nel momento in cui un browser si connette ai siti web, invia uno user agent che identifica il browser e le sue caratteristiche di rendering. Il web server può utilizzare tali informazioni per decidere quale versione
- del sito inviare al browser. Molti siti web infatti sono disponibili in versioni diverse a seconda che vi si acceda con browser da PC (desktop) o da dispositivo mobile.</p>
+ <p>Nel momento in cui un browser si connette ai siti web, invia uno user agent che identifica il browser e le sue caratteristiche di rendering.
+ Il web server può utilizzare tali informazioni per decidere quale versione del sito inviare al browser.
+ Molti siti web infatti sono disponibili in versioni diverse a seconda che vi si acceda con browser da PC (desktop) o da dispositivo mobile.</p>
<p>Per default Privacy Browser utilizza un proprio user agent (o identificazione), ovvero PrivacyBrowser/1.0. Questo invia un set minimo di informazioni al web server.
Dal momento che i web server non lo riconoscono come uno user agent di un dispositivo mobile, generalmente inviano la versione desktop del sito.</p>
<img class="center" src="../en/images/panopticlick.png">
- <p>Sono disponibili diversi user agent predefiniti che identificano i browser e i sistemi operativi più comuni. Dal punto di vista dell'impronta digitale del browser, più è rara, più è facile da tracciare.
+ <p>Sono disponibili diversi user agent predefiniti che identificano i browser e i sistemi operativi più comuni.
+ Dal punto di vista dell'impronta digitale del browser, più è rara, più è facile da tracciare.
Nel caso in cui Privacy Browser diventi di uso comune, e molti utenti utilizzino PrivacyBrowser/1.0 come user agent, sarà una buona scelta dal punto di vista della privacy.
Firefox o Chrome sono gli user agents più comuni, ma vengono aggiornati spesso e il loro numero di versione cambia così di frequente che lo user agent incluso in Privacy Browser molto facilmente
sarà rimasto indietro rispetto alla maggior parte degli user agent tracciati nei log dei server.</p>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3>Principal Developer</h3>
- <p>Privacy Browser is primarily developed by <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.</p>
+ <h3>Главный разработчик</h3>
+ <p>Privacy Browser, прежде всего, разработан <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.</p>
- <h3>Coders</h3>
+ <h3>Кодеры</h3>
<a href="mailto:lianergoist@vongriffen.dk">Thomas Jensen</a><br/>
Hendrik Knackstedt
- <h3>Translators</h3>
- Stefan Erhardt: German<br/>
- Francesco Buratti: Italian<br/>
- Jose A. León Becerra: Spanish
+ <h3>Переводчики</h3>
+ Stefan Erhardt: немецкий<br/>
+ Francesco Buratti: итальянский<br/>
+ Jose A. León Becerra: испанский
- <h3>Past Translators</h3>
- <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>: German<br/>
+ <h3>Предыдущие переводчики</h3>
+ <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>: немецкий<br/>
<br/>
- <p>Contributors are welcome to submit both <a href="https://www.stoutner.com/privacy-browser/contributors/">code and translations</a>.</p>
+ <p>Приглашаем помочь как <a href="https://www.stoutner.com/privacy-browser/contributors/">кодом, так и переводом</a>.</p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3>Principal Developer</h3>
- <p>Privacy Browser is primarily developed by <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.</p>
+ <h3>Главный разработчик</h3>
+ <p>Privacy Browser, прежде всего, разработан <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.</p>
- <h3>Coders</h3>
+ <h3>Кодеры</h3>
<a href="mailto:lianergoist@vongriffen.dk">Thomas Jensen</a><br/>
Hendrik Knackstedt
- <h3>Translators</h3>
- Stefan Erhardt: German<br/>
- Francesco Buratti: Italian<br/>
- Jose A. León Becerra: Spanish
+ <h3>Переводчики</h3>
+ Stefan Erhardt: немецкий<br/>
+ Francesco Buratti: итальянский<br/>
+ Jose A. León Becerra: испанский
- <h3>Past Translators</h3>
- <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>: German<br/>
+ <h3>Предыдущие переводчики</h3>
+ <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>: немецкий<br/>
<br/>
- <p>Contributors are welcome to submit both <a href="https://www.stoutner.com/privacy-browser/contributors/">code and translations</a>.</p>
+ <p>Приглашаем помочь как <a href="https://www.stoutner.com/privacy-browser/contributors/">кодом, так и переводом</a>.</p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3>Copyright</h3>
- <p>Privacy Browser copyright © 2015-2018 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.</p>
-
- <h3>License</h3>
- <p>Privacy Browser is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>. The full text of the license is below.
- The source code is available from <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">git.stoutner.com</a>.</p>
-
- <h3>Block Lists</h3>
- <p><a href="https://easylist.to/easylist/easylist.txt">EasyList</a> and <a href="https://easylist.to/easylist/easyprivacy.txt">EasyPrivacy</a>
- are <a href="https://easylist.to/pages/licence.html">dual licensed</a> under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+</a>
- and the <a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0+ Unported</a> licenses.
- Privacy Browser incorporates them using the GPLv3+ option.</p>
-
- <p><a href="https://easylist.to/easylist/fanboy-annoyance.txt">Fanboy’s Annoyance List</a> and <a href="https://easylist.to/easylist/fanboy-social.txt">Fanboy’s Social Blocking List</a>
- are released under the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported license</a>,
- which is <a href="https://www.gnu.org/licenses/license-list.en.html#ccby">compatible with the GPLv3+</a>. The lists are included unchanged in Privacy Browser.</p>
-
- <p>More information about the block lists can be found on the <a href="https://easylist.to/">EasyList website</a>.</p>
-
- <h3>Libraries</h3>
- <p>Privacy Browser is built with the <a href="https://developer.android.com/topic/libraries/support-library/index.html">Android Support Library</a>,
- which is released under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p>
-
- <h3>Icons</h3>
- <p><img class="left" src="../en/images/privacy_browser.png"> <img class="left" src="../en/images/privacy_browser_free.png"> <img class="left" src="../en/images/warning.png">
- <img class="left" src="../en/images/javascript_enabled.png"> are derived from ic_security and ic_language, which are part of the
- <a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
- The full text of the license is below. Modifications copyright © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
- The resulting images are released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/move_to_folder_dark.png"> is derived from elements of ic_folder and ic_exit_to_app, which are part of the
- <a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
- Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
- The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/create_bookmark_dark.png"> is derived from elements of ic_bookmark and ic_create_new_folder, which are part of the
- <a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
- Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
- The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/create_folder_dark.png"> is derived from ic_create_new_folder, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
- and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
- The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/clear_and_exit_dark.png"> is derived from ic_exit_to_app, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
- and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
- The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/night_mode_dark.png"> is derived from ic_compare, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
- and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
- The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/orbot_dark.png"> orbot is a modified version of
- <a href="https://gitweb.torproject.org/orbot.git/tree/app/src/main/res/drawable-xxxhdpi/ic_stat_tor.png">the status icon from the Orbot project</a>,
- which is copyright 2009-2010 Nathan Freitas, The Guardian Project. It is released under the <a href="https://gitweb.torproject.org/orbot.git/tree/LICENSE">3-clause BSD license</a>.
- The full text of the license is below. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
- The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/cookie_dark.png"> cookie was created by Google. It is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
- and can be downloaded from <a href="https://materialdesignicons.com/icon/cookie">Material Design Icons</a>. It is unchanged except for layout information like color and size.</p>
- <p>The following icons come from the <a href="https://material.io/icons/">Android Material icon set</a>,
- which is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
- They are unchanged except for layout information like color and size. Some of them have been renamed to match their use in the code. The original icons and names are shown below.</p>
- <p><img class="icon" src="../en/images/ic_add_dark.png"> ic_add.</p>
- <p><img class="icon" src="../en/images/ic_arrow_back_dark.png"> ic_arrow_back.</p>
- <p><img class="icon" src="../en/images/ic_arrow_forward_dark.png"> ic_arrow_forward.</p>
- <p><img class="icon" src="../en/images/ic_bookmark_border_dark.png"> ic_bookmark_border.</p>
- <p><img class="icon" src="../en/images/ic_bug_report_dark.png"> ic_bug_report.</p>
- <p><img class="icon" src="../en/images/ic_call_to_action_dark.png"> ic_call_to_action.</p>
- <p><img class="icon" src="../en/images/ic_chrome_reader_mode_dark.png"> ic_chrome_reader_mode.</p>
- <p><img class="icon" src="../en/images/ic_close_dark.png"> ic_close.</p>
- <p><img class="icon" src="../en/images/ic_delete_dark.png"> ic_delete.</p>
- <p><img class="icon" src="../en/images/ic_delete_forever_dark.png"> ic_delete_forever.</p>
- <p><img class="icon" src="../en/images/ic_devices_other_dark.png"> ic_devices_other.</p>
- <p><img class="icon" src="../en/images/ic_dns_dark.png"> ic_dns.</p>
- <p><img class="icon" src="../en/images/ic_donut_small_dark.png"> ic_donut_small.</p>
- <p><img class="icon" src="../en/images/ic_edit_dark.png"> ic_edit.</p>
- <p><img class="icon" src="../en/images/ic_expand_less_dark.png"> ic_expand_less.</p>
- <p><img class="icon" src="../en/images/ic_expand_more_dark.png"> ic_expand_more.</p>
- <p><img class="icon" src="../en/images/ic_file_download_dark.png"> ic_file_download.</p>
- <p><img class="icon" src="../en/images/ic_find_in_page_dark.png"> ic_find_in_page.</p>
- <p><img class="icon" src="../en/images/ic_folder_dark.png"> ic_folder.</p>
- <p><img class="icon" src="../en/images/ic_fullscreen_dark.png"> ic_fullscreen.</p>
- <p><img class="icon" src="../en/images/ic_home_dark.png"> ic_home.</p>
- <p><img class="icon" src="../en/images/ic_image_dark.png"> ic_image.</p>
- <p><img class="icon" src="../en/images/ic_import_contacts_dark.png"> ic_import_contacts.</p>
- <p><img class="icon" src="../en/images/ic_important_devices_dark.png"> ic_important_devices.</p>
- <p><img class="icon" src="../en/images/ic_info_outline_dark.png"> ic_info_outline.</p>
- <p><img class="icon" src="../en/images/ic_language_dark.png"> ic_language.</p>
- <p><img class="icon" src="../en/images/ic_list_dark.png"> ic_list.</p>
- <p><img class="icon" src="../en/images/ic_local_activity_dark.png"> ic_local_activity.</p>
- <p><img class="icon" src="../en/images/ic_location_off_dark.png"> ic_location_off.</p>
- <p><img class="icon" src="../en/images/ic_lock_dark.png"> ic_lock.</p>
- <p><img class="icon" src="../en/images/ic_map_dark.png"> ic_map.</p>
- <p><img class="icon" src="../en/images/ic_more_dark.png"> ic_more.</p>
- <p><img class="icon" src="../en/images/ic_question_answer_dark.png"> ic_question_answer.</p>
- <p><img class="icon" src="../en/images/ic_refresh_dark.png"> ic_refresh.</p>
- <p><img class="icon" src="../en/images/ic_search_dark.png"> ic_search.</p>
- <p><img class="icon" src="../en/images/ic_select_all_dark.png"> ic_select_all.</p>
- <p><img class="icon" src="../en/images/ic_settings_dark.png"> ic_settings.</p>
- <p><img class="icon" src="../en/images/ic_smartphone_dark.png"> ic_smartphone.</p>
- <p><img class="icon" src="../en/images/ic_style_dark.png"> ic_style.</p>
- <p><img class="icon" src="../en/images/ic_subtitles_dark.png"> ic_subtitles.</p>
- <p><img class="icon" src="../en/images/ic_text_fields_dark.png"> ic_text_fields.</p>
- <p><img class="icon" src="../en/images/ic_thumbs_up_down_dark.png"> ic_thumbs_up_down.</p>
- <p><img class="icon" src="../en/images/ic_vertical_align_bottom_dark.png"> ic_vertical_align_bottom.</p>
- <p><img class="icon" src="../en/images/ic_vertical_align_top_dark.png"> ic_vertical_align_top.</p>
- <p><img class="icon" src="../en/images/ic_visibility_off_dark.png"> ic_visibility_off.</p>
- <p><img class="icon" src="../en/images/ic_vpn_lock_dark.png"> ic_vpn_lock.</p>
- <p><img class="icon" src="../en/images/ic_web_dark.png"> ic_web.</p>
+ <h3>Авторские права</h3>
+ <p>Авторские права Privacy Browser © 2015-2018 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.</p>
+
+ <h3>Лицензия</h3>
+ <p>Privacy Browser выпущен под <a href="https://www.gnu.org/licenses/gpl-3.0.html">лицензией GPLv3+</a>. Полный текст лицензии приведен ниже.
+ Исходный код доступен на <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">git.stoutner.com</a>.</p>
+
+ <h3>Списки блокировки</h3>
+ <p><a href="https://easylist.to/easylist/easylist.txt">EasyList</a> и <a href="https://easylist.to/easylist/easyprivacy.txt">EasyPrivacy</a>
+ <a href="https://easylist.to/pages/licence.html">лицензированы</a> под лицензиями <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+</a>
+ и <a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0+ Unported</a>.
+ Privacy Browser использует их с помощью опции GPLv3+.</p>
+
+ <p><a href="https://easylist.to/easylist/fanboy-annoyance.txt">Fanboy’s Annoyance List</a> и <a href="https://easylist.to/easylist/fanboy-social.txt">Fanboy’s Social Blocking List</a>
+ выпущены под лицензией <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported</a>,
+ которая <a href="https://www.gnu.org/licenses/license-list.en.html#ccby">совместима с GPLv3+</a>. Списки включены без изменений в Privacy Browser.</p>
+
+ <p>Более подробную информацию о списках блокировки можно найти на <a href="https://easylist.to/">веб-сайте EasyList</a>.</p>
+
+ <h3>Библиотеки</h3>
+ <p>Privacy Browser создан с использованием <a href="https://developer.android.com/topic/libraries/support-library/index.html">Android Support Library</a>,
+ которая выпущена под <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p>
+
+ <h3>Иконки</h3>
+ <p><img class="left" src="../shared_images/privacy_browser.png"> <img class="left" src="../shared_images/privacy_browser_free.png"> <img class="left" src="../shared_images/warning.png">
+ <img class="left" src="../shared_images/javascript_enabled.png"> являются производными от ic_security и ic_language, которые являются частью
+ <a href="https://material.io/icons/">Android Material icon set</a> и выпущены под <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Полный текст лицензии приведен ниже.
+ Модификации авторских прав © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+ Полученные изображения выпущены под <a href="https://www.gnu.org/licenses/gpl-3.0.html">лицензией GPLv3+</a>.</p>
+ <p><img class="left" src="../shared_images/move_to_folder_dark.png"> являются производными от ic_folder и ic_exit_to_app, которые являются частью
+ <a href="https://material.io/icons/">Android Material icon set</a> и выпущены под <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+ Модификации авторских прав © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+ Полученные изображения выпущены под <a href="https://www.gnu.org/licenses/gpl-3.0.html">лицензией GPLv3+</a>.</p>
+ <p><img class="left" src="../shared_images/create_bookmark_dark.png"> являются производными от ic_bookmark и ic_create_new_folder, которые являются частью
+ <a href="https://material.io/icons/">Android Material icon set</a> и выпущены под <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+ Модификации авторских прав © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+ Полученные изображения выпущены под <a href="https://www.gnu.org/licenses/gpl-3.0.html">лицензией GPLv3+</a>.</p>
+ <p><img class="left" src="../shared_images/create_folder_dark.png"> являются производными от ic_create_new_folder, которые являются частью
+ <a href="https://material.io/icons/">Android Material icon set</a> и выпущены под <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+ Модификации авторских прав © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+ Полученные изображения выпущены под <a href="https://www.gnu.org/licenses/gpl-3.0.html">лицензией GPLv3+</a>.</p>
+ <p><img class="left" src="../shared_images/clear_and_exit_dark.png"> являются производными от ic_exit_to_app, которые являются частью <a href="https://material.io/icons/">Android Material icon set</a>
+ и выпущены под <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+ Модификации авторских прав © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+ Полученные изображения выпущены под <a href="https://www.gnu.org/licenses/gpl-3.0.html">лицензией GPLv3+</a>.</p>
+ <p><img class="left" src="../shared_images/night_mode_dark.png"> являются производными от ic_compare, которые являются частью <a href="https://material.io/icons/">Android Material icon set</a>
+ и выпущены под <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+ Модификации авторских прав © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+ Полученные изображения выпущены под <a href="https://www.gnu.org/licenses/gpl-3.0.html">лицензией GPLv3+</a>.</p>
+ <p><img class="left" src="../shared_images/orbot_dark.png"> orbot - это модифицированная версия
+ <a href="https://gitweb.torproject.org/orbot.git/tree/app/src/main/res/drawable-xxxhdpi/ic_stat_tor.png">значок статуса из проекта Orbot</a>,
+ который защищен авторским правом 2009-2010 Nathan Freitas, The Guardian Project.
+ Он выпущен под <a href="https://gitweb.torproject.org/orbot.git/tree/LICENSE">3-clause BSD license</a>. Полный текст лицензии приведен ниже.
+ Модификации авторских прав © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+ Полученные изображения выпущены под <a href="https://www.gnu.org/licenses/gpl-3.0.html">лицензией GPLv3+</a>.</p>
+ <p><img class="left" src="../shared_images/cookie_dark.png"> cookie были созданы Google. Они выпущены под <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
+ и могут быть загружены из <a href="https://materialdesignicons.com/icon/cookie">Material Design Icons</a>. Он неизменен, за исключением такой информации, как цвет и размер.</p>
+ <p>Следующие значки взяты из<a href="https://material.io/icons/">Android Material icon set</a>,
+ которые выпущены под <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+ Они неизменны, за исключением такой информации, как цвет и размер. Некоторые из них были переименованы в соответствии с их использованием в коде. Оригинальные значки и имена показаны ниже.</p>
+ <p><img class="icon" src="../shared_images/ic_add_dark.png"> ic_add.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_back_dark.png"> ic_arrow_back.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_forward_dark.png"> ic_arrow_forward.</p>
+ <p><img class="icon" src="../shared_images/ic_bookmark_border_dark.png"> ic_bookmark_border.</p>
+ <p><img class="icon" src="../shared_images/ic_bug_report_dark.png"> ic_bug_report.</p>
+ <p><img class="icon" src="../shared_images/ic_call_to_action_dark.png"> ic_call_to_action.</p>
+ <p><img class="icon" src="../shared_images/ic_chrome_reader_mode_dark.png"> ic_chrome_reader_mode.</p>
+ <p><img class="icon" src="../shared_images/ic_close_dark.png"> ic_close.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_dark.png"> ic_delete.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_forever_dark.png"> ic_delete_forever.</p>
+ <p><img class="icon" src="../shared_images/ic_devices_other_dark.png"> ic_devices_other.</p>
+ <p><img class="icon" src="../shared_images/ic_dns_dark.png"> ic_dns.</p>
+ <p><img class="icon" src="../shared_images/ic_donut_small_dark.png"> ic_donut_small.</p>
+ <p><img class="icon" src="../shared_images/ic_edit_dark.png"> ic_edit.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_less_dark.png"> ic_expand_less.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_more_dark.png"> ic_expand_more.</p>
+ <p><img class="icon" src="../shared_images/ic_file_download_dark.png"> ic_file_download.</p>
+ <p><img class="icon" src="../shared_images/ic_find_in_page_dark.png"> ic_find_in_page.</p>
+ <p><img class="icon" src="../shared_images/ic_folder_dark.png"> ic_folder.</p>
+ <p><img class="icon" src="../shared_images/ic_fullscreen_dark.png"> ic_fullscreen.</p>
+ <p><img class="icon" src="../shared_images/ic_home_dark.png"> ic_home.</p>
+ <p><img class="icon" src="../shared_images/ic_image_dark.png"> ic_image.</p>
+ <p><img class="icon" src="../shared_images/ic_import_contacts_dark.png"> ic_import_contacts.</p>
+ <p><img class="icon" src="../shared_images/ic_important_devices_dark.png"> ic_important_devices.</p>
+ <p><img class="icon" src="../shared_images/ic_info_outline_dark.png"> ic_info_outline.</p>
+ <p><img class="icon" src="../shared_images/ic_language_dark.png"> ic_language.</p>
+ <p><img class="icon" src="../shared_images/ic_list_dark.png"> ic_list.</p>
+ <p><img class="icon" src="../shared_images/ic_local_activity_dark.png"> ic_local_activity.</p>
+ <p><img class="icon" src="../shared_images/ic_location_off_dark.png"> ic_location_off.</p>
+ <p><img class="icon" src="../shared_images/ic_lock_dark.png"> ic_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_map_dark.png"> ic_map.</p>
+ <p><img class="icon" src="../shared_images/ic_more_dark.png"> ic_more.</p>
+ <p><img class="icon" src="../shared_images/ic_question_answer_dark.png"> ic_question_answer.</p>
+ <p><img class="icon" src="../shared_images/ic_refresh_dark.png"> ic_refresh.</p>
+ <p><img class="icon" src="../shared_images/ic_search_dark.png"> ic_search.</p>
+ <p><img class="icon" src="../shared_images/ic_select_all_dark.png"> ic_select_all.</p>
+ <p><img class="icon" src="../shared_images/ic_settings_dark.png"> ic_settings.</p>
+ <p><img class="icon" src="../shared_images/ic_smartphone_dark.png"> ic_smartphone.</p>
+ <p><img class="icon" src="../shared_images/ic_style_dark.png"> ic_style.</p>
+ <p><img class="icon" src="../shared_images/ic_subtitles_dark.png"> ic_subtitles.</p>
+ <p><img class="icon" src="../shared_images/ic_text_fields_dark.png"> ic_text_fields.</p>
+ <p><img class="icon" src="../shared_images/ic_thumbs_up_down_dark.png"> ic_thumbs_up_down.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_bottom_dark.png"> ic_vertical_align_bottom.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_top_dark.png"> ic_vertical_align_top.</p>
+ <p><img class="icon" src="../shared_images/ic_visibility_off_dark.png"> ic_visibility_off.</p>
+ <p><img class="icon" src="../shared_images/ic_vpn_lock_dark.png"> ic_vpn_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_web_dark.png"> ic_web.</p>
<hr/>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3>Copyright</h3>
- <p>Privacy Browser copyright © 2015-2018 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.</p>
-
- <h3>License</h3>
- <p>Privacy Browser is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>. The full text of the license is below.
- The source code is available from <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">git.stoutner.com</a>.</p>
-
- <h3>Block Lists</h3>
- <p><a href="https://easylist.to/easylist/easylist.txt">EasyList</a> and <a href="https://easylist.to/easylist/easyprivacy.txt">EasyPrivacy</a>
- are <a href="https://easylist.to/pages/licence.html">dual licensed</a> under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+</a>
- and the <a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0+ Unported</a> licenses.
- Privacy Browser incorporates them using the GPLv3+ option.</p>
-
- <p><a href="https://easylist.to/easylist/fanboy-annoyance.txt">Fanboy’s Annoyance List</a> and <a href="https://easylist.to/easylist/fanboy-social.txt">Fanboy’s Social Blocking List</a>
- are released under the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported license</a>,
- which is <a href="https://www.gnu.org/licenses/license-list.en.html#ccby">compatible with the GPLv3+</a>. The lists are included unchanged in Privacy Browser.</p>
-
- <p>More information about the block lists can be found on the <a href="https://easylist.to/">EasyList website</a>.</p>
-
- <h3>Libraries</h3>
- <p>Privacy Browser is built with the <a href="https://developer.android.com/topic/libraries/support-library/index.html">Android Support Library</a>,
- which is released under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p>
-
- <h3>Icons</h3>
- <p><img class="left" src="../en/images/privacy_browser.png"> <img class="left" src="../en/images/privacy_browser_free.png"> <img class="left" src="../en/images/warning.png">
- <img class="left" src="../en/images/javascript_enabled.png"> are derived from ic_security and ic_language, which are part of the
- <a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
- The full text of the license is below. Modifications copyright © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
- The resulting images are released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/move_to_folder_light.png"> is derived from elements of ic_folder and ic_exit_to_app,
- which are part of the <a href="https://material.io/icons/">Android Material icon set</a>
- and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
- Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
- The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/create_bookmark_light.png"> is derived from elements of ic_bookmark and ic_create_new_folder, which are part of the
- <a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
- Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
- The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/create_folder_light.png"> is derived from ic_create_new_folder, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
- and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
- The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/clear_and_exit_light.png"> is derived from ic_exit_to_app, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
- and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
- The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/night_mode_light.png"> is derived from ic_compare, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
- and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
- The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/orbot_light.png"> orbot is a modified version of
- <a href="https://gitweb.torproject.org/orbot.git/tree/app/src/main/res/drawable-xxxhdpi/ic_stat_tor.png">the status icon from the Orbot project</a>,
- which is copyright 2009-2010 Nathan Freitas, The Guardian Project. It is released under the <a href="https://gitweb.torproject.org/orbot.git/tree/LICENSE">3-clause BSD license</a>.
- The full text of the license is below. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
- The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/cookie_light.png"> cookie was created by Google. It is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
- and can be downloaded from <a href="https://materialdesignicons.com/icon/cookie">Material Design Icons</a>. It is unchanged except for layout information like color and size.</p>
- <p>The following icons come from the <a href="https://material.io/icons/">Android Material icon set</a>,
- which is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
- They are unchanged except for layout information like color and size. Some of them have been renamed to match their use in the code. The original icons and names are shown below.</p>
- <p><img class="icon" src="../en/images/ic_add_light.png"> ic_add.</p>
- <p><img class="icon" src="../en/images/ic_arrow_back_light.png"> ic_arrow_back.</p>
- <p><img class="icon" src="../en/images/ic_arrow_forward_light.png"> ic_arrow_forward.</p>
- <p><img class="icon" src="../en/images/ic_bookmark_border_light.png"> ic_bookmark_border.</p>
- <p><img class="icon" src="../en/images/ic_bug_report_light.png"> ic_bug_report.</p>
- <p><img class="icon" src="../en/images/ic_call_to_action_light.png"> ic_call_to_action.</p>
- <p><img class="icon" src="../en/images/ic_chrome_reader_mode_light.png"> ic_chrome_reader_mode.</p>
- <p><img class="icon" src="../en/images/ic_close_light.png"> ic_close.</p>
- <p><img class="icon" src="../en/images/ic_delete_light.png"> ic_delete.</p>
- <p><img class="icon" src="../en/images/ic_delete_forever_light.png"> ic_delete_forever.</p>
- <p><img class="icon" src="../en/images/ic_devices_other_light.png"> ic_devices_other.</p>
- <p><img class="icon" src="../en/images/ic_dns_light.png"> ic_dns.</p>
- <p><img class="icon" src="../en/images/ic_donut_small_light.png"> ic_donut_small.</p>
- <p><img class="icon" src="../en/images/ic_edit_light.png"> ic_edit.</p>
- <p><img class="icon" src="../en/images/ic_expand_less_light.png"> ic_expand_less.</p>
- <p><img class="icon" src="../en/images/ic_expand_more_light.png"> ic_expand_more.</p>
- <p><img class="icon" src="../en/images/ic_file_download_light.png"> ic_file_download.</p>
- <p><img class="icon" src="../en/images/ic_find_in_page_light.png"> ic_find_in_page.</p>
- <p><img class="icon" src="../en/images/ic_folder_light.png"> ic_folder.</p>
- <p><img class="icon" src="../en/images/ic_fullscreen_light.png"> ic_fullscreen.</p>
- <p><img class="icon" src="../en/images/ic_home_light.png"> ic_home.</p>
- <p><img class="icon" src="../en/images/ic_image_light.png"> ic_image.</p>
- <p><img class="icon" src="../en/images/ic_import_contacts_light.png"> ic_import_contacts.</p>
- <p><img class="icon" src="../en/images/ic_important_devices_light.png"> ic_important_devices.</p>
- <p><img class="icon" src="../en/images/ic_info_outline_light.png"> ic_info_outline.</p>
- <p><img class="icon" src="../en/images/ic_language_light.png"> ic_language.</p>
- <p><img class="icon" src="../en/images/ic_list_light.png"> ic_list.</p>
- <p><img class="icon" src="../en/images/ic_local_activity_light.png"> ic_local_activity.</p>
- <p><img class="icon" src="../en/images/ic_location_off_light.png"> ic_location_off.</p>
- <p><img class="icon" src="../en/images/ic_lock_light.png"> ic_lock.</p>
- <p><img class="icon" src="../en/images/ic_map_light.png"> ic_map.</p>
- <p><img class="icon" src="../en/images/ic_more_light.png"> ic_more.</p>
- <p><img class="icon" src="../en/images/ic_question_answer_light.png"> ic_question_answer.</p>
- <p><img class="icon" src="../en/images/ic_refresh_light.png"> ic_refresh.</p>
- <p><img class="icon" src="../en/images/ic_search_light.png"> ic_search.</p>
- <p><img class="icon" src="../en/images/ic_select_all_light.png"> ic_select_all.</p>
- <p><img class="icon" src="../en/images/ic_settings_light.png"> ic_settings.</p>
- <p><img class="icon" src="../en/images/ic_smartphone_light.png"> ic_smartphone.</p>
- <p><img class="icon" src="../en/images/ic_style_light.png"> ic_style.</p>
- <p><img class="icon" src="../en/images/ic_subtitles_light.png"> ic_subtitles.</p>
- <p><img class="icon" src="../en/images/ic_text_fields_light.png"> ic_text_fields.</p>
- <p><img class="icon" src="../en/images/ic_thumbs_up_down_light.png"> ic_thumbs_up_down.</p>
- <p><img class="icon" src="../en/images/ic_vertical_align_bottom_light.png"> ic_vertical_align_bottom.</p>
- <p><img class="icon" src="../en/images/ic_vertical_align_top_light.png"> ic_vertical_align_top.</p>
- <p><img class="icon" src="../en/images/ic_visibility_off_light.png"> ic_visibility_off.</p>
- <p><img class="icon" src="../en/images/ic_vpn_lock_light.png"> ic_vpn_lock.</p>
- <p><img class="icon" src="../en/images/ic_web_light.png"> ic_web.</p>
+ <h3>Авторские права</h3>
+ <p>Авторские права Privacy Browser © 2015-2018 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.</p>
+
+ <h3>Лицензия</h3>
+ <p>Privacy Browser выпущен под <a href="https://www.gnu.org/licenses/gpl-3.0.html">лицензией GPLv3+</a>. Полный текст лицензии приведен ниже.
+ Исходный код доступен на <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">git.stoutner.com</a>.</p>
+
+ <h3>Списки блокировки</h3>
+ <p><a href="https://easylist.to/easylist/easylist.txt">EasyList</a> и <a href="https://easylist.to/easylist/easyprivacy.txt">EasyPrivacy</a>
+ <a href="https://easylist.to/pages/licence.html">лицензированы</a> под лицензиями <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+</a>
+ и <a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0+ Unported</a>.
+ Privacy Browser использует их с помощью опции GPLv3+.</p>
+
+ <p><a href="https://easylist.to/easylist/fanboy-annoyance.txt">Fanboy’s Annoyance List</a> и <a href="https://easylist.to/easylist/fanboy-social.txt">Fanboy’s Social Blocking List</a>
+ выпущены под лицензией <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported</a>,
+ которая <a href="https://www.gnu.org/licenses/license-list.en.html#ccby">совместима с GPLv3+</a>. Списки включены без изменений в Privacy Browser.</p>
+
+ <p>Более подробную информацию о списках блокировки можно найти на <a href="https://easylist.to/">веб-сайте EasyList</a>.</p>
+
+ <h3>Библиотеки</h3>
+ <p>Privacy Browser создан с использованием <a href="https://developer.android.com/topic/libraries/support-library/index.html">Android Support Library</a>,
+ которая выпущена под <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p>
+
+ <h3>Иконки</h3>
+ <p><img class="left" src="../shared_images/privacy_browser.png"> <img class="left" src="../shared_images/privacy_browser_free.png"> <img class="left" src="../shared_images/warning.png">
+ <img class="left" src="../shared_images/javascript_enabled.png"> являются производными от ic_security и ic_language, которые являются частью
+ <a href="https://material.io/icons/">Android Material icon set</a> и выпущены под <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Полный текст лицензии приведен ниже.
+ Модификации авторских прав © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+ Полученные изображения выпущены под <a href="https://www.gnu.org/licenses/gpl-3.0.html">лицензией GPLv3+</a>.</p>
+ <p><img class="left" src="../shared_images/move_to_folder_light.png"> являются производными от ic_folder и ic_exit_to_app, которые являются частью
+ <a href="https://material.io/icons/">Android Material icon set</a> и выпущены под <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+ Модификации авторских прав © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+ Полученные изображения выпущены под <a href="https://www.gnu.org/licenses/gpl-3.0.html">лицензией GPLv3+</a>.</p>
+ <p><img class="left" src="../shared_images/create_bookmark_light.png"> являются производными от ic_bookmark и ic_create_new_folder, которые являются частью
+ <a href="https://material.io/icons/">Android Material icon set</a> и выпущены под <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+ Модификации авторских прав © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+ Полученные изображения выпущены под <a href="https://www.gnu.org/licenses/gpl-3.0.html">лицензией GPLv3+</a>.</p>
+ <p><img class="left" src="../shared_images/create_folder_light.png"> являются производными от ic_create_new_folder, которые являются частью
+ <a href="https://material.io/icons/">Android Material icon set</a> и выпущены под <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+ Модификации авторских прав © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+ Полученные изображения выпущены под <a href="https://www.gnu.org/licenses/gpl-3.0.html">лицензией GPLv3+</a>.</p>
+ <p><img class="left" src="../shared_images/clear_and_exit_light.png"> являются производными от ic_exit_to_app, которые являются частью <a href="https://material.io/icons/">Android Material icon set</a>
+ и выпущены под <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+ Модификации авторских прав © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+ Полученные изображения выпущены под <a href="https://www.gnu.org/licenses/gpl-3.0.html">лицензией GPLv3+</a>.</p>
+ <p><img class="left" src="../shared_images/night_mode_light.png"> являются производными от ic_compare, которые являются частью <a href="https://material.io/icons/">Android Material icon set</a>
+ и выпущены под <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+ Модификации авторских прав © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+ Полученные изображения выпущены под <a href="https://www.gnu.org/licenses/gpl-3.0.html">лицензией GPLv3+</a>.</p>
+ <p><img class="left" src="../shared_images/orbot_light.png"> orbot - это модифицированная версия
+ <a href="https://gitweb.torproject.org/orbot.git/tree/app/src/main/res/drawable-xxxhdpi/ic_stat_tor.png">значок статуса из проекта Orbot</a>,
+ который защищен авторским правом 2009-2010 Nathan Freitas, The Guardian Project.
+ Он выпущен под <a href="https://gitweb.torproject.org/orbot.git/tree/LICENSE">3-clause BSD license</a>. Полный текст лицензии приведен ниже.
+ Модификации авторских прав © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+ Полученные изображения выпущены под <a href="https://www.gnu.org/licenses/gpl-3.0.html">лицензией GPLv3+</a>.</p>
+ <p><img class="left" src="../shared_images/cookie_light.png"> cookie были созданы Google. Они выпущены под <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
+ и могут быть загружены из <a href="https://materialdesignicons.com/icon/cookie">Material Design Icons</a>. Он неизменен, за исключением такой информации, как цвет и размер.</p>
+ <p>Следующие значки взяты из<a href="https://material.io/icons/">Android Material icon set</a>,
+ которые выпущены под <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+ Они неизменны, за исключением такой информации, как цвет и размер. Некоторые из них были переименованы в соответствии с их использованием в коде. Оригинальные значки и имена показаны ниже.</p>
+ <p><img class="icon" src="../shared_images/ic_add_light.png"> ic_add.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_back_light.png"> ic_arrow_back.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_forward_light.png"> ic_arrow_forward.</p>
+ <p><img class="icon" src="../shared_images/ic_bookmark_border_light.png"> ic_bookmark_border.</p>
+ <p><img class="icon" src="../shared_images/ic_bug_report_light.png"> ic_bug_report.</p>
+ <p><img class="icon" src="../shared_images/ic_call_to_action_light.png"> ic_call_to_action.</p>
+ <p><img class="icon" src="../shared_images/ic_chrome_reader_mode_light.png"> ic_chrome_reader_mode.</p>
+ <p><img class="icon" src="../shared_images/ic_close_light.png"> ic_close.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_light.png"> ic_delete.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_forever_light.png"> ic_delete_forever.</p>
+ <p><img class="icon" src="../shared_images/ic_devices_other_light.png"> ic_devices_other.</p>
+ <p><img class="icon" src="../shared_images/ic_dns_light.png"> ic_dns.</p>
+ <p><img class="icon" src="../shared_images/ic_donut_small_light.png"> ic_donut_small.</p>
+ <p><img class="icon" src="../shared_images/ic_edit_light.png"> ic_edit.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_less_light.png"> ic_expand_less.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_more_light.png"> ic_expand_more.</p>
+ <p><img class="icon" src="../shared_images/ic_file_download_light.png"> ic_file_download.</p>
+ <p><img class="icon" src="../shared_images/ic_find_in_page_light.png"> ic_find_in_page.</p>
+ <p><img class="icon" src="../shared_images/ic_folder_light.png"> ic_folder.</p>
+ <p><img class="icon" src="../shared_images/ic_fullscreen_light.png"> ic_fullscreen.</p>
+ <p><img class="icon" src="../shared_images/ic_home_light.png"> ic_home.</p>
+ <p><img class="icon" src="../shared_images/ic_image_light.png"> ic_image.</p>
+ <p><img class="icon" src="../shared_images/ic_import_contacts_light.png"> ic_import_contacts.</p>
+ <p><img class="icon" src="../shared_images/ic_important_devices_light.png"> ic_important_devices.</p>
+ <p><img class="icon" src="../shared_images/ic_info_outline_light.png"> ic_info_outline.</p>
+ <p><img class="icon" src="../shared_images/ic_language_light.png"> ic_language.</p>
+ <p><img class="icon" src="../shared_images/ic_list_light.png"> ic_list.</p>
+ <p><img class="icon" src="../shared_images/ic_local_activity_light.png"> ic_local_activity.</p>
+ <p><img class="icon" src="../shared_images/ic_location_off_light.png"> ic_location_off.</p>
+ <p><img class="icon" src="../shared_images/ic_lock_light.png"> ic_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_map_light.png"> ic_map.</p>
+ <p><img class="icon" src="../shared_images/ic_more_light.png"> ic_more.</p>
+ <p><img class="icon" src="../shared_images/ic_question_answer_light.png"> ic_question_answer.</p>
+ <p><img class="icon" src="../shared_images/ic_refresh_light.png"> ic_refresh.</p>
+ <p><img class="icon" src="../shared_images/ic_search_light.png"> ic_search.</p>
+ <p><img class="icon" src="../shared_images/ic_select_all_light.png"> ic_select_all.</p>
+ <p><img class="icon" src="../shared_images/ic_settings_light.png"> ic_settings.</p>
+ <p><img class="icon" src="../shared_images/ic_smartphone_light.png"> ic_smartphone.</p>
+ <p><img class="icon" src="../shared_images/ic_style_light.png"> ic_style.</p>
+ <p><img class="icon" src="../shared_images/ic_subtitles_light.png"> ic_subtitles.</p>
+ <p><img class="icon" src="../shared_images/ic_text_fields_light.png"> ic_text_fields.</p>
+ <p><img class="icon" src="../shared_images/ic_thumbs_up_down_light.png"> ic_thumbs_up_down.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_bottom_light.png"> ic_vertical_align_bottom.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_top_light.png"> ic_vertical_align_top.</p>
+ <p><img class="icon" src="../shared_images/ic_visibility_off_light.png"> ic_visibility_off.</p>
+ <p><img class="icon" src="../shared_images/ic_vpn_lock_light.png"> ic_vpn_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_web_light.png"> ic_web.</p>
<hr/>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<h3>Websites</h3>
- <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../en/images/ic_chrome_reader_mode_blue_dark.png"></a>
- <a href="https://www.stoutner.com/category/privacy-browser/">News</a></p>
+ <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../shared_images/ic_chrome_reader_mode_blue_dark.png"></a>
+ <a href="https://www.stoutner.com/category/privacy-browser/">Новости</a></p>
- <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../en/images/ic_map_blue_dark.png"></a>
- <a href="https://www.stoutner.com/category/roadmap/">Roadmap</a></p>
+ <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../shared_images/ic_map_blue_dark.png"></a>
+ <a href="https://www.stoutner.com/category/roadmap/">Дорожная карта</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../en/images/ic_bug_report_blue_dark.png"></a>
- <a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Bug Tracker and Feature Requests</a></p>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../shared_images/ic_bug_report_blue_dark.png"></a>
+ <a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Система отслеживания ошибок и пожеланий</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../en/images/ic_question_answer_blue_dark.png"></a>
- <a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Forum</a></p>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../shared_images/ic_question_answer_blue_dark.png"></a>
+ <a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Форум</a></p>
- <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../en/images/ic_more_blue_dark.png"></a>
+ <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../shared_images/ic_more_blue_dark.png"></a>
<a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a></p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<h3>Websites</h3>
- <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../en/images/ic_chrome_reader_mode_blue_light.png"></a>
- <a href="https://www.stoutner.com/category/privacy-browser/">News</a></p>
+ <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../shared_images/ic_chrome_reader_mode_blue_light.png"></a>
+ <a href="https://www.stoutner.com/category/privacy-browser/">Новости</a></p>
- <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../en/images/ic_map_blue_light.png"></a>
- <a href="https://www.stoutner.com/category/roadmap/">Roadmap</a></p>
+ <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../shared_images/ic_map_blue_light.png"></a>
+ <a href="https://www.stoutner.com/category/roadmap/">Дорожная карта</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../en/images/ic_bug_report_blue_light.png"></a>
- <a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Bug Tracker and Feature Requests</a></p>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../shared_images/ic_bug_report_blue_light.png"></a>
+ <a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Система отслеживания ошибок и пожеланий</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../en/images/ic_question_answer_blue_light.png"></a>
- <a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Forum</a></p>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../shared_images/ic_question_answer_blue_light.png"></a>
+ <a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Форум</a></p>
- <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../en/images/ic_more_blue_light.png"></a>
+ <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../shared_images/ic_more_blue_light.png"></a>
<a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a></p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3>Have full network access</h3>
+ <h3>Полный доступ к сети</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INTERNET">android.permission.INTERNET</a></p>
- <p>Required for the WebView to access the internet. Without this permission, Privacy Browser would be “No Browser: Protecting Your Privacy by Staying Completely Off the Internet”.</p>
+ <p>Требуется WebView для доступа в Интернет. Без этого разрешения Privacy Browser будет отображать “Нет браузера: ваша конфиденциальность защищена, находясь за пределами интернета”.</p>
- <h3>Install shortcuts</h3>
+ <h3>Установка ярлыков</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
- <p>Required to add shortcuts for websites to the launcher desktop.</p>
+ <p>Требуется для добавления ярлыков веб-сайтов на рабочий стол.</p>
- <h3>Write storage</h3>
+ <h3>Доступ к хранилищу</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE"> android.permission.WRITE_EXTERNAL_STORAGE</a></p>
- <p>Required to download files to the public download folder.
- On Android Marshmallow (API 23) and newer, if this permission is denied Privacy Browser will store downloads in the app’s download folder instead.</p>
+ <p>Требуется для загрузки файлов в общую папку загрузок.
+ В Android Marshmallow (API 23) и новее, если это разрешение получено не будет, Privacy Browser для загрузок будет использовать папку приложения.</p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3>Have full network access</h3>
+ <h3>Полный доступ к сети</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INTERNET">android.permission.INTERNET</a></p>
- <p>Required for the WebView to access the internet. Without this permission, Privacy Browser would be “No Browser: Protecting Your Privacy by Staying Completely Off the Internet”.</p>
+ <p>Требуется WebView для доступа в Интернет. Без этого разрешения Privacy Browser будет отображать “Нет браузера: ваша конфиденциальность защищена, находясь за пределами интернета”.</p>
- <h3>Install shortcuts</h3>
+ <h3>Установка ярлыков</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
- <p>Required to add shortcuts for websites to the launcher desktop.</p>
+ <p>Требуется для добавления ярлыков веб-сайтов на рабочий стол.</p>
- <h3>Write storage</h3>
+ <h3>Доступ к хранилищу</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE"> android.permission.WRITE_EXTERNAL_STORAGE</a></p>
- <p>Required to download files to the public download folder.
- On Android Marshmallow (API 23) and newer, if this permission is denied Privacy Browser will store downloads in the app’s download folder instead.</p>
+ <p>Требуется для загрузки файлов в общую папку загрузок.
+ В Android Marshmallow (API 23) и новее, если это разрешение получено не будет, Privacy Browser для загрузок будет использовать папку приложения.</p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<h3>Privacy Browser</h3>
- <p><strong class="red">Privacy Browser does not collect any user information.</strong></p>
+ <p><strong class="red">Privacy Browser не собирает никакой информации о пользователе.</strong></p>
<h3>Google Play</h3>
- <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
- Google provides <em>anonymized summary installation information</em> to developers, including the number of installs organized by the following categories.</p>
+ <p>Google Play имеет <a href="https://www.google.com/intl/en/policies/privacy/">собственную политику конфиденциальности</a>.
+ Google предоставляет разработчикам <em>анонимную итоговую информацию об установке</em>, в том числе количество установок, организованных по следующим категориям.</p>
<ul>
- <li><item>Android version</item> (eg. Android 7.1)</li>
- <li><item>Device</item> (eg. Samsung Galaxy S6 [zeroflte])</li>
- <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
- <li><item>Country</item> (eg. United States)</li>
- <li><item>Language</item> (eg. English [United States])</li>
- <li><item>App version</item> (eg. 14)</li>
- <li><item>Carrier</item> (eg. T-Mobile - US)</li>
+ <li><item>Версия Android</item> (напр. Android 7.1)</li>
+ <li><item>Устройство</item> (напр. Samsung Galaxy S6 [zeroflte])</li>
+ <li><item>Планшеты</item> (напр. Tablets 10" и выше)</li>
+ <li><item>Страна</item> (напр. Russian Federation)</li>
+ <li><item>Язык</item> (напр. Russian)</li>
+ <li><item>Версия приложения</item> (напр. 14)</li>
+ <li><item>Оператор</item> (напр. Beeline - RU)</li>
</ul>
- <h3>Google Play Ratings</h3>
- <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
- Google provides developers with <em>anonymized summaries</em> of the following information related to user ratings.</p>
+ <h3>Рейтинги Google Play</h3>
+ <p>Google Play имеет <a href="https://www.google.com/intl/en/policies/privacy/">собственную политику конфиденциальности</a>.
+ Google предоставляет разработчикам <em>анонимные сводки</em> следующей информации, относящейся к пользовательским рейтингам.</p>
<ul>
- <li><item>Country</item> (eg. United States)</li>
- <li><item>Language</item> (eg. English)</li>
- <li><item>App version</item> (eg. 14)</li>
- <li><item>Android version</item> (eg. Android 7.1)</li>
- <li><item>Device</item> (eg. Google Nexus 5X [bullhead])</li>
- <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
+ <li><item>Страна</item> (напр. Russian Federation)</li>
+ <li><item>Язык</item> (напр. Russian)</li>
+ <li><item>Версия приложения</item> (напр. 14)</li>
+ <li><item>Версия Android</item> (напр. Android 7.1)</li>
+ <li><item>Устройство</item> (напр. Google Nexus 5X [bullhead])</li>
+ <li><item>Планшеты</item> (напр. Tablets 10" и выше)</li>
</ul>
- <h3>Google Play Reviews</h3>
- <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
- In addition to the name of the reviewer, the rating, and the text of the review (which are all available publicly), Google provides some or all of the following information to the developer.</p>
+ <h3>Отзывы Google Play</h3>
+ <p>Google Play имеет <a href="https://www.google.com/intl/en/policies/privacy/">собственную политику конфиденциальности</a>.
+ Помимо имени автора отзыва, рейтинга и текста отзыва (все они доступны публично), Google предоставляет разработчику некоторую или всю следующую информацию.</p>
<ul>
- <li><item>Version code</item> (eg. 7)</li>
- <li><item>Version name</item> (eg. 1.6)</li>
- <li><item>Android version</item> (eg. Android 5.1)</li>
- <li><item>Device</item> (eg. Galaxy S6 Edge+ [zenlte])</li>
- <li><item>Manufacturer</item> (eg. Samsung)</li>
- <li><item>Device type</item> (eg. Phone)</li>
- <li><item>CPU make</item> (eg. Samsung)</li>
- <li><item>CPU model</item> (eg. Exynos 7420)</li>
- <li><item>Screen density</item> (eg. 560 dpi)</li>
- <li><item>Screen size</item> (eg. 2560 x 1440)</li>
- <li><item>RAM</item> (eg. 4096 MB)</li>
- <li><item>Native platform</item> (eg. armeabi-v7a,armeabi,arm64v8a)</li>
- <li><item>OpenGL ES version</item> (eg. 3.1)</li>
- <li><item>Device language</item> (eg. English)</li>
+ <li><item>Код версии</item> (напр. 7)</li>
+ <li><item>Имя версии</item> (напр. 1.6)</li>
+ <li><item>Версия Android</item> (напр. Android 5.1)</li>
+ <li><item>Устройство</item> (напр. Galaxy S6 Edge+ [zenlte])</li>
+ <li><item>Производитель</item> (напр. Samsung)</li>
+ <li><item>Тип устройства</item> (напр. Phone)</li>
+ <li><item>Производитель CPU</item> (напр. Samsung)</li>
+ <li><item>Модель CPU</item> (напр. Exynos 7420)</li>
+ <li><item>Разрешение экрана</item> (напр. 560 dpi)</li>
+ <li><item>Размер экрана</item> (напр. 2560 x 1440)</li>
+ <li><item>ОЗУ</item> (напр. 4096 MB)</li>
+ <li><item>Собственная платформа</item> (напр. armeabi-v7a,armeabi,arm64v8a)</li>
+ <li><item>Версия OpenGL ES</item> (напр. 3.1)</li>
+ <li><item>Язык устройства</item> (напр. Russian)</li>
</ul>
- <h3>Direct Communications</h3>
- <p>Users may choose to send direct communications to Stoutner, like email messages and comments on <a href="https://www.stoutner.com/">stoutner.com</a>.</p>
+ <h3>Прямая связь</h3>
+ <p>Пользователи могут отправлять прямые сообщения Stoutner, такие как сообщения электронной почты и комментарии на <a href="https://www.stoutner.com/">stoutner.com</a>.</p>
- <h3>Use of Information</h3>
- <p><strong class="blue">Stoutner may use this information to assist in the development of Privacy Browser and communicate the status of the project to users.</strong>
- <strong class="red">Stoutner will never sell this information nor transfer it to any third party that would use it for advertising or marketing.</strong></p>
+ <h3>Использование информации</h3>
+ <p><strong class="blue">Stoutner может использовать эту информацию, чтобы помочь в разработке Privacy Browser и сообщать о статусе проекта пользователям.</strong>
+ <strong class="red">Stoutner никогда не будет продавать эту информацию и передавать ее какой-либо третьей стороне, которая будет использовать ее для рекламы или маркетинга.</strong></p>
<hr />
- <p style="text-align: center;"><em>Revision 1.5, 11 January 2018</em></p>
+ <p style="text-align: center;"><em>Ревизия 1.5, 11 января 2018</em></p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<h3>Privacy Browser</h3>
- <p><strong class="red">Privacy Browser does not collect any user information.</strong></p>
+ <p><strong class="red">Privacy Browser не собирает никакой информации о пользователе.</strong></p>
<h3>Google Play</h3>
- <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
- Google provides <em>anonymized summary installation information</em> to developers, including the number of installs organized by the following categories.</p>
+ <p>Google Play имеет <a href="https://www.google.com/intl/en/policies/privacy/">собственную политику конфиденциальности</a>.
+ Google предоставляет разработчикам <em>анонимную итоговую информацию об установке</em>, в том числе количество установок, организованных по следующим категориям.</p>
<ul>
- <li><item>Android version</item> (eg. Android 7.1)</li>
- <li><item>Device</item> (eg. Samsung Galaxy S6 [zeroflte])</li>
- <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
- <li><item>Country</item> (eg. United States)</li>
- <li><item>Language</item> (eg. English [United States])</li>
- <li><item>App version</item> (eg. 14)</li>
- <li><item>Carrier</item> (eg. T-Mobile - US)</li>
+ <li><item>Версия Android</item> (напр. Android 7.1)</li>
+ <li><item>Устройство</item> (напр. Samsung Galaxy S6 [zeroflte])</li>
+ <li><item>Планшеты</item> (напр. Tablets 10" и выше)</li>
+ <li><item>Страна</item> (напр. Russian Federation)</li>
+ <li><item>Язык</item> (напр. Russian)</li>
+ <li><item>Версия приложения</item> (напр. 14)</li>
+ <li><item>Оператор</item> (напр. Beeline - RU)</li>
</ul>
- <h3>Google Play Ratings</h3>
- <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
- Google provides developers with <em>anonymized summaries</em> of the following information related to user ratings.</p>
+ <h3>Рейтинги Google Play</h3>
+ <p>Google Play имеет <a href="https://www.google.com/intl/en/policies/privacy/">собственную политику конфиденциальности</a>.
+ Google предоставляет разработчикам <em>анонимные сводки</em> следующей информации, относящейся к пользовательским рейтингам.</p>
<ul>
- <li><item>Country</item> (eg. United States)</li>
- <li><item>Language</item> (eg. English)</li>
- <li><item>App version</item> (eg. 14)</li>
- <li><item>Android version</item> (eg. Android 7.1)</li>
- <li><item>Device</item> (eg. Google Nexus 5X [bullhead])</li>
- <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
+ <li><item>Страна</item> (напр. Russian Federation)</li>
+ <li><item>Язык</item> (напр. Russian)</li>
+ <li><item>Версия приложения</item> (напр. 14)</li>
+ <li><item>Версия Android</item> (напр. Android 7.1)</li>
+ <li><item>Устройство</item> (напр. Google Nexus 5X [bullhead])</li>
+ <li><item>Планшеты</item> (напр. Tablets 10" и выше)</li>
</ul>
- <h3>Google Play Reviews</h3>
- <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
- In addition to the name of the reviewer, the rating, and the text of the review (which are all available publicly), Google provides some or all of the following information to the developer.</p>
+ <h3>Отзывы Google Play</h3>
+ <p>Google Play имеет <a href="https://www.google.com/intl/en/policies/privacy/">собственную политику конфиденциальности</a>.
+ Помимо имени автора отзыва, рейтинга и текста отзыва (все они доступны публично), Google предоставляет разработчику некоторую или всю следующую информацию.</p>
<ul>
- <li><item>Version code</item> (eg. 7)</li>
- <li><item>Version name</item> (eg. 1.6)</li>
- <li><item>Android version</item> (eg. Android 5.1)</li>
- <li><item>Device</item> (eg. Galaxy S6 Edge+ [zenlte])</li>
- <li><item>Manufacturer</item> (eg. Samsung)</li>
- <li><item>Device type</item> (eg. Phone)</li>
- <li><item>CPU make</item> (eg. Samsung)</li>
- <li><item>CPU model</item> (eg. Exynos 7420)</li>
- <li><item>Screen density</item> (eg. 560 dpi)</li>
- <li><item>Screen size</item> (eg. 2560 x 1440)</li>
- <li><item>RAM</item> (eg. 4096 MB)</li>
- <li><item>Native platform</item> (eg. armeabi-v7a,armeabi,arm64v8a)</li>
- <li><item>OpenGL ES version</item> (eg. 3.1)</li>
- <li><item>Device language</item> (eg. English)</li>
+ <li><item>Код версии</item> (напр. 7)</li>
+ <li><item>Имя версии</item> (напр. 1.6)</li>
+ <li><item>Версия Android</item> (напр. Android 5.1)</li>
+ <li><item>Устройство</item> (напр. Galaxy S6 Edge+ [zenlte])</li>
+ <li><item>Производитель</item> (напр. Samsung)</li>
+ <li><item>Тип устройства</item> (напр. Phone)</li>
+ <li><item>Производитель CPU</item> (напр. Samsung)</li>
+ <li><item>Модель CPU</item> (напр. Exynos 7420)</li>
+ <li><item>Разрешение экрана</item> (напр. 560 dpi)</li>
+ <li><item>Размер экрана</item> (напр. 2560 x 1440)</li>
+ <li><item>ОЗУ</item> (напр. 4096 MB)</li>
+ <li><item>Собственная платформа</item> (напр. armeabi-v7a,armeabi,arm64v8a)</li>
+ <li><item>Версия OpenGL ES</item> (напр. 3.1)</li>
+ <li><item>Язык устройства</item> (напр. Russian)</li>
</ul>
- <h3>Direct Communications</h3>
- <p>Users may choose to send direct communications to Stoutner, like email messages and comments on <a href="https://www.stoutner.com/">stoutner.com</a>.</p>
+ <h3>Прямая связь</h3>
+ <p>Пользователи могут отправлять прямые сообщения Stoutner, такие как сообщения электронной почты и комментарии на <a href="https://www.stoutner.com/">stoutner.com</a>.</p>
- <h3>Use of Information</h3>
- <p><strong class="blue">Stoutner may use this information to assist in the development of Privacy Browser and communicate the status of the project to users.</strong>
- <strong class="red">Stoutner will never sell this information nor transfer it to any third party that would use it for advertising or marketing.</strong></p>
+ <h3>Использование информации</h3>
+ <p><strong class="blue">Stoutner может использовать эту информацию, чтобы помочь в разработке Privacy Browser и сообщать о статусе проекта пользователям.</strong>
+ <strong class="red">Stoutner никогда не будет продавать эту информацию и передавать ее какой-либо третьей стороне, которая будет использовать ее для рекламы или маркетинга.</strong></p>
<hr />
- <p style="text-align: center;"><em>Revision 1.5, 11 January 2018</em></p>
+ <p style="text-align: center;"><em>Ревизия 1.5, 11 января 2018</em></p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_bookmark_border_blue_dark.png"> Закладки</h3>
+ <h3><img class="title" src="../shared_images/ic_bookmark_border_blue_dark.png"> Закладки</h3>
- <p>Bookmarks can be accessed in a drawer layout by swiping from the right of the screen.</p>
+ <p>К закладкам можно получить доступ из боковой панели, выполнив свайп от правой части экрана.</p>
<img class="center" src="images/bookmarks.png">
- <p>Tapping the top floating action button loads the bookmarks activity, which has advanced options like moving and deleting bookmarks.
- From the bookmarks activity, there is an option to load the bookmarks database view. This shows the bookmarks as they exist in the SQLite database.
- This will mostly be useful for troubleshooting problems with <a href="https://redmine.stoutner.com/issues/91">importing</a>
- and <a href="https://redmine.stoutner.com/issues/23">exporting</a> bookmarks once those features are added.</p>
+ <p>Нажатие верхней плавающей кнопки открывает панель закладок, на которой доступны операции по перемещению и удалению закладок. Из этой панели также возможен доступ к базе данных закладок.
+ Закладки отображаются в том же виде, в каком они существуют в базе данных SQLite.
+ Это будет полезно для устранения неполадок с <a href="https://redmine.stoutner.com/issues/91">импортом</a> и <a href="https://redmine.stoutner.com/issues/23">экспортом</a> закладок,
+ когда эта функция будет добавлена.</p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_bookmark_border_blue_light.png"> Закладки</h3>
+ <h3><img class="title" src="../shared_images/ic_bookmark_border_blue_light.png"> Закладки</h3>
- <p>Bookmarks can be accessed in a drawer layout by swiping from the right of the screen.</p>
+ <p>К закладкам можно получить доступ из боковой панели, выполнив свайп от правой части экрана.</p>
<img class="center" src="images/bookmarks.png">
- <p>Tapping the top floating action button loads the bookmarks activity, which has advanced options like moving and deleting bookmarks.
- From the bookmarks activity, there is an option to load the bookmarks database view. This shows the bookmarks as they exist in the SQLite database.
- This will mostly be useful for troubleshooting problems with <a href="https://redmine.stoutner.com/issues/91">importing</a>
- and <a href="https://redmine.stoutner.com/issues/23">exporting</a> bookmarks once those features are added.</p>
+ <p>Нажатие верхней плавающей кнопки открывает панель закладок, на которой доступны операции по перемещению и удалению закладок. Из этой панели также возможен доступ к базе данных закладок.
+ Закладки отображаются в том же виде, в каком они существуют в базе данных SQLite.
+ Это будет полезно для устранения неполадок с <a href="https://redmine.stoutner.com/issues/91">импортом</a> и <a href="https://redmine.stoutner.com/issues/23">экспортом</a> закладок,
+ когда эта функция будет добавлена.</p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_dns_blue_dark.png"> Secure Web Browsing</h3>
+ <h3><img class="title" src="../shared_images/ic_dns_blue_dark.png"> Безопасный веб-просмотр</h3>
- <p>Privacy Browser’s default is to browse with JavaScript, cookies, and DOM storage disabled.
- However, some websites legitimately need these features enabled to function correctly.
- Domain settings can automatically turn on a specified set of features when visiting a designated domain.</p>
+ <p>По умолчанию в Privacy Browser JavaScript, файлы cookie и хранилище DOM отключены. Тем не менее, некоторые веб-сайты законно нуждаются в этих функциях для правильной работы.
+ При посещении определенного домена в его параметрах может быть автоматически включен определенный набор функций.</p>
<p><img class="center" src="images/domain_settings.png"></p>
- <p>When visiting a domain that has domain settings specified, the background of the URL text box is green.</p>
+ <p>При посещении домена с заданными настройками фон текстового поля URL-адреса зеленый.</p>
- <p><img class="center" src="images/green_url_bar.png"></p>
+ <p><img class="center" src="../en/images/green_url_bar.png"></p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_dns_blue_light.png"> Secure Web Browsing</h3>
+ <h3><img class="title" src="../shared_images/ic_dns_blue_light.png"> Безопасный веб-просмотр</h3>
- <p>Privacy Browser’s default is to browse with JavaScript, cookies, and DOM storage disabled.
- However, some websites legitimately need these features enabled to function correctly.
- Domain settings can automatically turn on a specified set of features when visiting a designated domain.</p>
+ <p>По умолчанию в Privacy Browser JavaScript, файлы cookie и хранилище DOM отключены. Тем не менее, некоторые веб-сайты законно нуждаются в этих функциях для правильной работы.
+ При посещении определенного домена в его параметрах может быть автоматически включен определенный набор функций.</p>
<p><img class="center" src="images/domain_settings.png"></p>
- <p>When visiting a domain that has domain settings specified, the background of the URL text box is green.</p>
+ <p>При посещении домена с заданными настройками фон текстового поля URL-адреса зеленый.</p>
- <p><img class="center" src="images/green_url_bar.png"></p>
+ <p><img class="center" src="../en/images/green_url_bar.png"></p>
</body>
</html>
\ No newline at end of file
--- /dev/null
+<!--
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../css/dark_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="../shared_images/privacy_browser.png"> JavaScript это сила</h3>
+
+ <p>В первые дни интернета веб-страницы были статичными, то есть они содержали текст и изображения, которые отображались на экране, но не изменялись и не взаимодействовали с пользователем.
+ Конечно, не так много интересного может произойти со статическим контентом. Для облегчения работы динамических веб-страниц было разработано несколько различных технологий.
+ Одной из таких технологий является JavaScript.</p>
+
+ <p>JavaScript - это язык программирования. Многие веб-серверы размещают программы, написанные на JavaScript, которые отправляются на устройства как часть веб-страницы.
+ Устройство запускает JavaScript на своем локальном процессоре и следует командам программы, которые могут анимировать изображения на веб-сайте,
+ вызывать всплывающие меню и делать много других полезных вещей.</p>
+
+
+ <h3><img class="title" src="../shared_images/javascript_enabled.png"> JavaScript это опасность</h3>
+
+ <p>Конечно, концепция запуска произвольных программ с веб-сайта потенциально опасна. Поэтому, в JavaScript встроены ограничения, позволяющие ему не делать такие вещи, как установка вирусов.
+ Однако оказывается, что эти ограничения слишком широки.
+ Ниже представлен скриншот из <a href="http://webkay.robinlinus.com">webkay</a>, который представляет собой веб-сайт, демонстрирующий тип информации, которую может извлекать JavaScript из устройства.
+ <a href="http://www.browserleaks.com/">Утечки браузера</a> - еще один хороший ресурс.</p>
+
+ <p><img class="center" src="../en/images/webkay.png"></p>
+
+ <p>В целях конфиденциальности идеальным был бы просмотр интернета с отключенным JavaScript.
+ Тем не менее, существуют некоторые веб-сайты, которые на законных основаниях требуют JavaScript для выполнения своих целей и другие, которые не работают корректно без JavaScript,
+ даже если они могут быть запрограммированы для этого. Privacy Browser решает эту задачу, упрощая включение и выключение JavaScript.
+ Нажатие на щит переключит его между синим цветом <img class="inline" src="../shared_images/privacy_browser.png"> или желтым <img class="inline" src="../shared_images/warning.png">
+ (оба из которых указывают что JavaScript отключен) и красный <img class = "inline" src="../shared_images/javascript_enabled.png"> (JavaScript включен).
+ Просмотр различной информации на <a href="http://webkay.robinlinus.com">webkay</a>, которую можно собрать с включенным и отключенным JavaScript, является информативным.
+
+ <p>Просмотр интернета с отключенным JavaScript и его включение, только если это необходимо, в значительной степени защищают конфиденциальность пользователей.
+ Кроме того, JavaScript используется для загрузки большей части раздражающих рекламных объявлений и дополнительного хлама, который поставляется вместе с большинством современных веб-сайтов.
+ С его отключением веб-сайты будут загружаться быстрее, потреблять меньше сетевого трафика и содержать менее раздражающие рекламные объявления,
+ например, тех, что скрывают текст всей веб-страницы.</p>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!--
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../css/light_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="../shared_images/privacy_browser.png"> JavaScript это сила</h3>
+
+ <p>В первые дни интернета веб-страницы были статичными, то есть они содержали текст и изображения, которые отображались на экране, но не изменялись и не взаимодействовали с пользователем.
+ Конечно, не так много интересного может произойти со статическим контентом. Для облегчения работы динамических веб-страниц было разработано несколько различных технологий.
+ Одной из таких технологий является JavaScript.</p>
+
+ <p>JavaScript - это язык программирования. Многие веб-серверы размещают программы, написанные на JavaScript, которые отправляются на устройства как часть веб-страницы.
+ Устройство запускает JavaScript на своем локальном процессоре и следует командам программы, которые могут анимировать изображения на веб-сайте,
+ вызывать всплывающие меню и делать много других полезных вещей.</p>
+
+
+ <h3><img class="title" src="../shared_images/javascript_enabled.png"> JavaScript это опасность</h3>
+
+ <p>Конечно, концепция запуска произвольных программ с веб-сайта потенциально опасна. Поэтому, в JavaScript встроены ограничения, позволяющие ему не делать такие вещи, как установка вирусов.
+ Однако оказывается, что эти ограничения слишком широки.
+ Ниже представлен скриншот из <a href="http://webkay.robinlinus.com">webkay</a>, который представляет собой веб-сайт, демонстрирующий тип информации, которую может извлекать JavaScript из устройства.
+ <a href="http://www.browserleaks.com/">Утечки браузера</a> - еще один хороший ресурс.</p>
+
+ <p><img class="center" src="../en/images/webkay.png"></p>
+
+ <p>В целях конфиденциальности идеальным был бы просмотр интернета с отключенным JavaScript.
+ Тем не менее, существуют некоторые веб-сайты, которые на законных основаниях требуют JavaScript для выполнения своих целей и другие, которые не работают корректно без JavaScript,
+ даже если они могут быть запрограммированы для этого. Privacy Browser решает эту задачу, упрощая включение и выключение JavaScript.
+ Нажатие на щит переключит его между синим цветом <img class="inline" src="../shared_images/privacy_browser.png"> или желтым <img class="inline" src="../shared_images/warning.png">
+ (оба из которых указывают что JavaScript отключен) и красный <img class = "inline" src="../shared_images/javascript_enabled.png"> (JavaScript включен).
+ Просмотр различной информации на <a href="http://webkay.robinlinus.com">webkay</a>, которую можно собрать с включенным и отключенным JavaScript, является информативным.
+
+ <p>Просмотр интернета с отключенным JavaScript и его включение, только если это необходимо, в значительной степени защищают конфиденциальность пользователей.
+ Кроме того, JavaScript используется для загрузки большей части раздражающих рекламных объявлений и дополнительного хлама, который поставляется вместе с большинством современных веб-сайтов.
+ С его отключением веб-сайты будут загружаться быстрее, потреблять меньше сетевого трафика и содержать менее раздражающие рекламные объявления,
+ например, тех, что скрывают текст всей веб-страницы.</p>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!--
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../css/dark_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="../shared_images/cookie_blue_dark.png"> Первичные файлы cookie</h3>
+
+ <p>Первичные файлы cookie устанавливаются веб-сайтом в строке URL в верхней части страницы.</p>
+
+ <p>С первых дней интернета стало очевидно, что веб-сайтам было бы выгодно хранить информацию на компьютере для последующего доступа к ней. Например, веб-сайт, отображающий информацию о погоде,
+ может запросить у пользователя название города, а затем сохранить его в файле cookie.
+ В следующий раз, когда пользователь посетит веб-сайт, информация о погоде будет автоматически загружена для этого города, без необходимости вводить название снова,
+ и без необходимости создания пользователем учетной записи на веб-сайте (что было бы излишним для таких простых задач).</p>
+
+ <p>Как и со всем остальным в интернете, умные люди выяснили все способы злоупотребления файлами cookie, чтобы делать то, что пользователи не одобрят, если узнают что происходит.
+ Например, веб-сайт может установить cookie на устройстве с уникальным номером.
+ Затем каждый раз, когда пользователь посещает веб-сайт на этом устройстве, он связывается с уникальным профилем, который сервер поддерживает для данного номера,
+ даже если устройство подключается с разных IP-адресов, как это часто делают сотовые телефоны.</p>
+
+ <p>Многие веб-сайты с возможностью авторизации требуют обязательного включения первичных файлов cookie для того, чтобы пользователь оставался авторизованным.
+ Файлы cookie - не единственный способ, которым веб-сайт может поддерживать постоянную авторизацию пользователя на сайте, но если на конкретном веб-сайте это реализовано именно так,
+ то включение первичных файлов cookie будет единственным способом.</p>
+
+ <p>Если первичные файлы cookie включены, но JavaScript отключен, значок конфиденциальности будет желтым <img class="inline" src="../shared_images/warning.png"> как предупреждение.</p>
+
+
+ <h3><img class="title" src="../shared_images/cookie_blue_dark.png"> Сторонние файлы cookie</h3>
+
+ <p>Сторонние файлы cookie устанавливаются частями веб-сайта, которые загружаются с серверов, отличных от URL-адреса в верхней части страницы.
+ Например, большинство веб-сайтов, на которых есть рекламные объявления, загружают их со стороннего рекламного брокера, например,
+ <a href="https://www.google.com/adsense/start/#?modal_active=none">Google AdSense</a>. Каждый раз, когда сайт загружается, он запрашивает у рекламного брокера объявление.
+ Рекламный брокер анализирует любую информацию, которую они могут иметь о пользователе, просматривает текущую ставку,
+ которую рекламодатели готовы заплатить за свои объявления, и выбирает то, которое будет отображаться.
+ Раздел веб-сайта, на котором отображаются объявления, загружается с сервера стороннего брокера, а не с основного сервера.</p>
+
+ <p>Поскольку большинство рекламных объявлений в интернете обрабатывается лишь несколькими брокерами, не займет для них много времени, чтобы понять,
+ что они могут установить отслеживающий cookie на устройстве пользователя и знать все места, посещаемые пользователем.
+ Каждый раз, когда реклама загружается от брокера, первое, что он делает это проверяет имеет ли устройство уникальный номер отслеживающего cookie.
+ Если это так, он ищет профиль для этого номера и делает заметку о новом сайте.
+ Чтобы это проверить, пользователь может выполнить поиск на одном сайте для продукта, который он обычно не ищет, например грецких орехов,
+ а затем вдруг начать наблюдать рекламу для грецких орехов на каждом посещаемом сайте.</p>
+
+ <p>В дополнение к рекламным брокерам сайты социальных сетей обнаружили, что тоже могли бы принять участие в этом.
+ Несколько лет назад основные сайты социальных сетей, такие как Facebook и Twitter, убедили большое количество веб-сайтов в том,
+ что им было бы интересно разместить небольшие значки социальных сетей на своих страницах. Это не просто изображения.
+ Они содержат <a href="https://developers.facebook.com/docs/plugins/like-button/">встроенный код</a>, который ссылается на сайт в социальных сетях и, среди прочего,
+ загружает сторонний файл cookie на устройство.
+ Эти файлы cookie размещаются, даже если у пользователя нет учетной записи на платформе социальных сетей.
+ Со временем такие компании, как Facebook (который также запустил рекламную сеть), создали довольно большое количество подробных профилей о людях,
+ у которых <a href = "http://www.theverge.com/2016/5/27/11795248/facebook-ad-network-non-users-cookies-plug-ins"> даже не было аккаунта на сайте социальной сети</a>.</p>
+
+ <p>Практически нет оснований для того, чтобы когда-либо разрешать сторонние файлы cookie. На устройствах с Android KitKat или старше (версия <= 4.4.4 или API <= 20), WebView не
+ <a href="https://developer.android.com/reference/android/webkit/CookieManager.html#setAcceptThirdPartyCookies(android.webkit.WebView, boolean)">различает первичные и сторонние файлы cookie</a>.
+ Таким образом, включение первичных файлов cookie также разрешит и сторонние.</p>
+
+
+ <h3><img class="title" src="../shared_images/ic_web_blue_dark.png"> Хранилище DOM</h3>
+
+ <p>Хранилище объектной модели документа (Document Object Model), также известное как веб-хранилище, называют на cookie (печенье) на стероидах.
+ В то время как максимальный объем хранения для всех файлов cookie с одного URL-адреса составляет 4 килобайта,
+ хранилище DOM может содержать <a href="https://en.wikipedia.org/wiki/Web_storage#Storage_size">мегабайты на сайт</a>.
+ Поскольку хранилище DOM использует JavaScript для чтения и записи данных, включение его ни на что не влияет при отключенном JavaScript.</p>
+
+
+ <h3><img class="title" src="../shared_images/ic_subtitles_blue_dark.png"> Form Data</h3>
+
+ <p>Данные формы содержат информацию, вводимую в веб-формы, такие как имена пользователей, адреса, телефонные номера и т. д., и перечисляются в раскрывающемся списке при будущих посещениях.
+ В отличие от других форм локального хранилища данные формы не отправляются на веб-сервер без специального взаимодействия с пользователем.</p>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!--
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../css/light_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="../shared_images/cookie_blue_light.png"> Первичные файлы cookie</h3>
+
+ <p>Первичные файлы cookie устанавливаются веб-сайтом в строке URL в верхней части страницы.</p>
+
+ <p>С первых дней интернета стало очевидно, что веб-сайтам было бы выгодно хранить информацию на компьютере для последующего доступа к ней. Например, веб-сайт, отображающий информацию о погоде,
+ может запросить у пользователя название города, а затем сохранить его в файле cookie.
+ В следующий раз, когда пользователь посетит веб-сайт, информация о погоде будет автоматически загружена для этого города, без необходимости вводить название снова,
+ и без необходимости создания пользователем учетной записи на веб-сайте (что было бы излишним для таких простых задач).</p>
+
+ <p>Как и со всем остальным в интернете, умные люди выяснили все способы злоупотребления файлами cookie, чтобы делать то, что пользователи не одобрят, если узнают что происходит.
+ Например, веб-сайт может установить cookie на устройстве с уникальным номером.
+ Затем каждый раз, когда пользователь посещает веб-сайт на этом устройстве, он связывается с уникальным профилем, который сервер поддерживает для данного номера,
+ даже если устройство подключается с разных IP-адресов, как это часто делают сотовые телефоны.</p>
+
+ <p>Многие веб-сайты с возможностью авторизации требуют обязательного включения первичных файлов cookie для того, чтобы пользователь оставался авторизованным.
+ Файлы cookie - не единственный способ, которым веб-сайт может поддерживать постоянную авторизацию пользователя на сайте, но если на конкретном веб-сайте это реализовано именно так,
+ то включение первичных файлов cookie будет единственным способом.</p>
+
+ <p>Если первичные файлы cookie включены, но JavaScript отключен, значок конфиденциальности будет желтым <img class="inline" src="../shared_images/warning.png"> как предупреждение.</p>
+
+
+ <h3><img class="title" src="../shared_images/cookie_blue_light.png"> Сторонние файлы cookie</h3>
+
+ <p>Сторонние файлы cookie устанавливаются частями веб-сайта, которые загружаются с серверов, отличных от URL-адреса в верхней части страницы.
+ Например, большинство веб-сайтов, на которых есть рекламные объявления, загружают их со стороннего рекламного брокера, например,
+ <a href="https://www.google.com/adsense/start/#?modal_active=none">Google AdSense</a>. Каждый раз, когда сайт загружается, он запрашивает у рекламного брокера объявление.
+ Рекламный брокер анализирует любую информацию, которую они могут иметь о пользователе, просматривает текущую ставку,
+ которую рекламодатели готовы заплатить за свои объявления, и выбирает то, которое будет отображаться.
+ Раздел веб-сайта, на котором отображаются объявления, загружается с сервера стороннего брокера, а не с основного сервера.</p>
+
+ <p>Поскольку большинство рекламных объявлений в интернете обрабатывается лишь несколькими брокерами, не займет для них много времени, чтобы понять,
+ что они могут установить отслеживающий cookie на устройстве пользователя и знать все места, посещаемые пользователем.
+ Каждый раз, когда реклама загружается от брокера, первое, что он делает это проверяет имеет ли устройство уникальный номер отслеживающего cookie.
+ Если это так, он ищет профиль для этого номера и делает заметку о новом сайте.
+ Чтобы это проверить, пользователь может выполнить поиск на одном сайте для продукта, который он обычно не ищет, например грецких орехов,
+ а затем вдруг начать наблюдать рекламу для грецких орехов на каждом посещаемом сайте.</p>
+
+ <p>В дополнение к рекламным брокерам сайты социальных сетей обнаружили, что тоже могли бы принять участие в этом.
+ Несколько лет назад основные сайты социальных сетей, такие как Facebook и Twitter, убедили большое количество веб-сайтов в том,
+ что им было бы интересно разместить небольшие значки социальных сетей на своих страницах. Это не просто изображения.
+ Они содержат <a href="https://developers.facebook.com/docs/plugins/like-button/">встроенный код</a>, который ссылается на сайт в социальных сетях и, среди прочего,
+ загружает сторонний файл cookie на устройство.
+ Эти файлы cookie размещаются, даже если у пользователя нет учетной записи на платформе социальных сетей.
+ Со временем такие компании, как Facebook (который также запустил рекламную сеть), создали довольно большое количество подробных профилей о людях,
+ у которых <a href = "http://www.theverge.com/2016/5/27/11795248/facebook-ad-network-non-users-cookies-plug-ins"> даже не было аккаунта на сайте социальной сети</a>.</p>
+
+ <p>Практически нет оснований для того, чтобы когда-либо разрешать сторонние файлы cookie. На устройствах с Android KitKat или старше (версия <= 4.4.4 или API <= 20), WebView не
+ <a href="https://developer.android.com/reference/android/webkit/CookieManager.html#setAcceptThirdPartyCookies(android.webkit.WebView, boolean)">различает первичные и сторонние файлы cookie</a>.
+ Таким образом, включение первичных файлов cookie также разрешит и сторонние.</p>
+
+
+ <h3><img class="title" src="../shared_images/ic_web_blue_light.png"> Хранилище DOM</h3>
+
+ <p>Хранилище объектной модели документа (Document Object Model), также известное как веб-хранилище, называют на cookie (печенье) на стероидах.
+ В то время как максимальный объем хранения для всех файлов cookie с одного URL-адреса составляет 4 килобайта,
+ хранилище DOM может содержать <a href="https://en.wikipedia.org/wiki/Web_storage#Storage_size">мегабайты на сайт</a>.
+ Поскольку хранилище DOM использует JavaScript для чтения и записи данных, включение его ни на что не влияет при отключенном JavaScript.</p>
+
+
+ <h3><img class="title" src="../shared_images/ic_subtitles_blue_light.png"> Form Data</h3>
+
+ <p>Данные формы содержат информацию, вводимую в веб-формы, такие как имена пользователей, адреса, телефонные номера и т. д., и перечисляются в раскрывающемся списке при будущих посещениях.
+ В отличие от других форм локального хранилища данные формы не отправляются на веб-сервер без специального взаимодействия с пользователем.</p>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!--
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../css/dark_theme.css">
+ </head>
+
+ <body>
+ <h3>Настоящая конфиденциальность</h3>
+
+ <p>Privacy Browser разработан, чтобы позволить вам максимально контролировать вашу конфиденциальность, сохраняя при этом доступ в интернет.
+ Когда браузер подключается к веб-сайту, определенные фрагменты информации, необходимые для облегчения соединения, передаются на сервер.
+ Например, сервер получит ваш IP-адрес и номер порта, которые необходимы ему, чтобы узнать, куда отправить ответ.
+ Эта информация часто регистрируется сервером, позволяя разработчику веб-сайта создавать отчеты, показывающие, как часто загружалась веб-страница и сколько разных IP-адресов к ней обращалось.</p>
+
+ <p>Большинство владельцев сайтов хотят получить как можно больше информации о своих посетителях, включая отслеживание их через через сторонние сайты.
+ Используется множество различных методов, включая запросы или размещение дополнительной информации на устройстве пользователя, которые упрощают отслеживание.
+ Почти все браузеры будут добровольно участвовать в этом отслеживании, не сообщая пользователю, что они это делают.
+ Privacy Browser разработан для предоставления пользователю как можно больше информации и контроля над этими методами отслеживания.</p>
+
+
+ <h3>Ограничения Android WebView</h3>
+
+ <p>Privacy Browser использует встроенный Android WebView для визуализации веб-сайтов. Существуют некоторые ограничения, которые предоставляет WebView для управления настройками конфиденциальности.
+ Например, невозможно отключить некоторые команды JavaScript при отключении других.
+ В будущем Privacy Browser переключится на форк WebView, называемый <a href="https://www.stoutner.com/february-2017-roadmap/">Privacy WebView</a>.</p>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!--
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../css/light_theme.css">
+ </head>
+
+ <body>
+ <h3>Настоящая конфиденциальность</h3>
+
+ <p>Privacy Browser разработан, чтобы позволить вам максимально контролировать вашу конфиденциальность, сохраняя при этом доступ в интернет.
+ Когда браузер подключается к веб-сайту, определенные фрагменты информации, необходимые для облегчения соединения, передаются на сервер.
+ Например, сервер получит ваш IP-адрес и номер порта, которые необходимы ему, чтобы узнать, куда отправить ответ.
+ Эта информация часто регистрируется сервером, позволяя разработчику веб-сайта создавать отчеты, показывающие, как часто загружалась веб-страница и сколько разных IP-адресов к ней обращалось.</p>
+
+ <p>Большинство владельцев сайтов хотят получить как можно больше информации о своих посетителях, включая отслеживание их через через сторонние сайты.
+ Используется множество различных методов, включая запросы или размещение дополнительной информации на устройстве пользователя, которые упрощают отслеживание.
+ Почти все браузеры будут добровольно участвовать в этом отслеживании, не сообщая пользователю, что они это делают.
+ Privacy Browser разработан для предоставления пользователю как можно больше информации и контроля над этими методами отслеживания.</p>
+
+
+ <h3>Ограничения Android WebView</h3>
+
+ <p>Privacy Browser использует встроенный Android WebView для визуализации веб-сайтов. Существуют некоторые ограничения, которые предоставляет WebView для управления настройками конфиденциальности.
+ Например, невозможно отключить некоторые команды JavaScript при отключении других.
+ В будущем Privacy Browser переключится на форк WebView, называемый <a href="https://www.stoutner.com/february-2017-roadmap/">Privacy WebView</a>.</p>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!--
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../css/dark_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="../shared_images/ic_vpn_lock_blue_dark.png"> Подключиться с уверенностью</h3>
+
+ <p>При посещении зашифрованного URL (тот, который начинается с HTTPS) веб-сервер использует SSL-сертификат для шифрования информации, отправленной в браузер, и для идентификации сервера.
+ Цель идентификации сервера состоит в том, чтобы запретить машине, расположенной между браузером и веб-сервером, притворяться сервером и дешифровать информацию во время ее транзита.
+ Этот тип атаки известен как атака "Человек посередине" (MITM).
+ Сертификаты SSL генерируются органами сертификации: компаниями, которые проверяют идентификационные данные сервера и выдают сертификат за определенную плату.
+ В Android есть список доверенных центров сертификации и будет принимать любые их сертификаты для любого веб-сайта.
+ Организации не должны получать сертификат SSL для доменов, которые они не контролируют, но на практике многие правительства и крупные корпорации смогли это сделать.</p>
+
+ <p>Прикрепление SSL-сертификата указывает браузеру, что для определенного домена должен быть доверен только один специальный SSL-сертификат.
+ Любой другой сертификат, даже если он действителен, будет отклонен.</p>
+
+ <p><img class="center21" src="images/ssl_certificate_mismatch.png"></p>
+
+ <p>Срок действия сертификатов SSL истекает в указанную дату, поэтому даже закрепленные SSL-сертификаты будут периодически обновляться.
+ Как правило, прикрепление сертификатов SSL в большинстве случаев не требуется.
+ Но для тех, кто подозревает, что мощные организации могут быть нацелены на них, закрепление сертификата SSL может обнаружить и помешать атаке MITM.</p>
+
+ <p><img class="center21" src="images/pinned_ssl_certificate.png"></p>
+
+ <p>SSL-сертификаты могут быть закреплены в настройках домена.
+ Помимо защиты от атак MITM, закрепление самоподписанного сертификата для устройства, такого как беспроводной маршрутизатор или точка доступа, удалит сообщение об ошибке,
+ которое обычно отображается каждый раз, когда загружается его сайт.
+ Чтобы просмотреть текущий сертификат SSL веб-сайта, нажмите значок избранного рядом с панелью URL-адреса.</p>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!--
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../css/light_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="../shared_images/ic_vpn_lock_blue_light.png"> Подключиться с уверенностью</h3>
+
+ <p>При посещении зашифрованного URL (тот, который начинается с HTTPS) веб-сервер использует SSL-сертификат для шифрования информации, отправленной в браузер, и для идентификации сервера.
+ Цель идентификации сервера состоит в том, чтобы запретить машине, расположенной между браузером и веб-сервером, притворяться сервером и дешифровать информацию во время ее транзита.
+ Этот тип атаки известен как атака "Человек посередине" (MITM).
+ Сертификаты SSL генерируются органами сертификации: компаниями, которые проверяют идентификационные данные сервера и выдают сертификат за определенную плату.
+ В Android есть список доверенных центров сертификации и будет принимать любые их сертификаты для любого веб-сайта.
+ Организации не должны получать сертификат SSL для доменов, которые они не контролируют, но на практике многие правительства и крупные корпорации смогли это сделать.</p>
+
+ <p>Прикрепление SSL-сертификата указывает браузеру, что для определенного домена должен быть доверен только один специальный SSL-сертификат.
+ Любой другой сертификат, даже если он действителен, будет отклонен.</p>
+
+ <p><img class="center21" src="images/ssl_certificate_mismatch.png"></p>
+
+ <p>Срок действия сертификатов SSL истекает в указанную дату, поэтому даже закрепленные SSL-сертификаты будут периодически обновляться.
+ Как правило, прикрепление сертификатов SSL в большинстве случаев не требуется.
+ Но для тех, кто подозревает, что мощные организации могут быть нацелены на них, закрепление сертификата SSL может обнаружить и помешать атаке MITM.</p>
+
+ <p><img class="center21" src="images/pinned_ssl_certificate.png"></p>
+
+ <p>SSL-сертификаты могут быть закреплены в настройках домена.
+ Помимо защиты от атак MITM, закрепление самоподписанного сертификата для устройства, такого как беспроводной маршрутизатор или точка доступа, удалит сообщение об ошибке,
+ которое обычно отображается каждый раз, когда загружается его сайт.
+ Чтобы просмотреть текущий сертификат SSL веб-сайта, нажмите значок избранного рядом с панелью URL-адреса.</p>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!--
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../css/dark_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="../shared_images/orbot_blue_dark.png"> Tor и его ограничения</h3>
+
+ <p>Существуют две основные отрицательные категории субъектов, которые нарушают конфиденциальность в интернете: злонамеренные правительства, имеющие доступ к интернет-провайдерам и крупные корпорации,
+ которые управляют социальными и рекламными сетями.
+ TOR (The Onion Router) полезен для защиты конфиденциальности от злонамеренных правительств (которые отслеживают трафик и его маршруты),
+ но не от крупных корпораций (которые внедряют вредоносный код на веб-серверах).</p>
+
+
+ <h3>Злонамеренные правительства</h3>
+
+ <p>Злонамеренные правительства часто следят за своими гражданами, чтобы наказать за инакомыслие или правозащитную деятельность.
+ Как правило, они либо работают с локальными интернет-провайдерами, либо могут заставить их раскрыть информацию, содержащую статистику посещений сайтов нужного пользователя.
+ Tor предназначен для того, чтобы победить это нарушение конфиденциальности,
+ зашифровав трафик с устройства пользователя и обеспечить его маршрутизацию через три разных сервера в интернете перед отправкой его в конечный пункт назначения.
+ Это означает, что ни один провайдер, сервер или сайт не может знать ни <a href="https://ipleak.net">IP-адрес устройства пользователя</a>, ни IP-адрес конечного веб-сервера.
+ Злонамеренные правительства и контролируемые ими интернет-провайдеры не могут определить, к каким веб-серверам обращается пользователь, несмотря на то, что они могут видеть, что он использует Tor.
+ В некоторых странах использование Tor может быть истолковано как свидетельство незаконного поведения ("если вам нечего скрывать, вы не будете шифровать свой трафик"),
+ и пользователи могут быть наказаны, потому что правительства предполагают, что они делают то, что запрещено. Таким образом, Tor может быть полезен, но он не является панацеей.</p>
+
+
+ <h3>Крупные корпорации</h3>
+
+ <p>Когда пользователь подключается к веб-серверу, сервер может видеть IP-адрес пользователя.
+ Несмотря на то, что пока это работает не идеально, IP-адреса могут быть превращены в физические адреса с <a href="https://www.whatismyip.com/">достаточным количеством точности</a>.
+ Маленькие веб-серверы обычно используют IP-адреса для определения местоположения пользователей, посещающих их сайт. Tor - хорошее решение для маскировки местоположения пользователя от этих серверов.
+ Но крупные корпорации, которые владеют социальными и рекламными сетями, используют весь профиль информации, который предназначен для отслеживания пользователей через устройства и IP-адреса.
+ В этих профилях используются различные методы идентификации пользователей, включая JavaScript, файлы cookie,
+ идентификаторы отслеживания и <a href="https://panopticlick.eff.org/">отпечаток браузера</a>.
+ Поскольку подавляющее большинство веб-сайтов в интернете загружают рекламу от одной из основных сетей или встраивают значки социальных сетей с ассоциированным с ними JavaScript,
+ эти корпорации имеют встроенные профили почти для каждого пользователя в интернете и могут отслеживать интернет-активность на несвязанных сайтах.</p>
+
+ <p>Они отслеживают каждый посещаемый сайт, все, что приобретается, каждую кредитную карту, используемую для совершения покупки, каждый адрес, куда отправляются товары,
+ метаданные GPS каждого изображения, загружаемого в интернет.
+ Они создают профиль из возраста пользователя, пола, семейного положения, адреса, политических пристрастий, религиозной принадлежности, семейных обстоятельств,
+ количества домашних животных и всего остального, что им удается получить.
+ Они даже скупают базы данных транзакций по кредитным картам в местных магазинах, поэтому они могут отслеживать автономные модели покупок пользователей в своих профилях.
+ Поскольку у них уже имеется гораздо более точная адресная информация о пользователе, чем раскрытый IP-адрес, Tor не обеспечивает реальной защиты конфиденциальности от крупных корпораций.</p>
+
+ <p>Единственной и самой лучшей защитой конфиденциальности от крупных корпораций является просмотр веб-сайта с отключенным JavaScript, за которым следует блокирование рекламных сетей,
+ отключение файлов cookie и хранилища DOM, а также использование браузера, отпечаток которого трудно определить.</p>
+
+
+ <h3>Использование Tor</h3>
+
+ <p>Несмотря на свои ограничения, Tor может быть полезен в некоторых обстоятельствах.
+ В проекте Tor есть приложение для Android под названием Orbot, которое доступно в <a href="https://f-droid.org/repository/browse/?fdfilter=orbot&fdid=org.torproject.android">F-Droid</a> и везде,
+ где распространен Privacy Browser. У Privacy Browser есть параметр для использования Orbot в качестве прокси.
+ Если этот параметр включен, панель приложений Privacy Browser будет иметь светло-синий фон вместо стандартного светло-серого.
+ Когда включен параметр прокси-сервера Orbot Privacy Browser, доступ к интернету не будет работать, если Orbot не работает и не подключен к Tor.
+ Поскольку трафик маршрутизируется через несколько узлов, использование Tor часто происходит намного медленнее, чем прямое подключение к интернету.</p>
+
+ <img class="center21" src="images/tor.png">
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!--
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../css/light_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="../shared_images/orbot_blue_light.png"> Tor и его ограничения</h3>
+
+ <p>Существуют две основные отрицательные категории субъектов, которые нарушают конфиденциальность в интернете: злонамеренные правительства, имеющие доступ к интернет-провайдерам и крупные корпорации,
+ которые управляют социальными и рекламными сетями.
+ TOR (The Onion Router) полезен для защиты конфиденциальности от злонамеренных правительств (которые отслеживают трафик и его маршруты),
+ но не от крупных корпораций (которые внедряют вредоносный код на веб-серверах).</p>
+
+
+ <h3>Злонамеренные правительства</h3>
+
+ <p>Злонамеренные правительства часто следят за своими гражданами, чтобы наказать за инакомыслие или правозащитную деятельность.
+ Как правило, они либо работают с локальными интернет-провайдерами, либо могут заставить их раскрыть информацию, содержащую статистику посещений сайтов нужного пользователя.
+ Tor предназначен для того, чтобы победить это нарушение конфиденциальности,
+ зашифровав трафик с устройства пользователя и обеспечить его маршрутизацию через три разных сервера в интернете перед отправкой его в конечный пункт назначения.
+ Это означает, что ни один провайдер, сервер или сайт не может знать ни <a href="https://ipleak.net">IP-адрес устройства пользователя</a>, ни IP-адрес конечного веб-сервера.
+ Злонамеренные правительства и контролируемые ими интернет-провайдеры не могут определить, к каким веб-серверам обращается пользователь, несмотря на то, что они могут видеть, что он использует Tor.
+ В некоторых странах использование Tor может быть истолковано как свидетельство незаконного поведения ("если вам нечего скрывать, вы не будете шифровать свой трафик"),
+ и пользователи могут быть наказаны, потому что правительства предполагают, что они делают то, что запрещено. Таким образом, Tor может быть полезен, но он не является панацеей.</p>
+
+
+ <h3>Крупные корпорации</h3>
+
+ <p>Когда пользователь подключается к веб-серверу, сервер может видеть IP-адрес пользователя.
+ Несмотря на то, что пока это работает не идеально, IP-адреса могут быть превращены в физические адреса с <a href="https://www.whatismyip.com/">достаточным количеством точности</a>.
+ Маленькие веб-серверы обычно используют IP-адреса для определения местоположения пользователей, посещающих их сайт. Tor - хорошее решение для маскировки местоположения пользователя от этих серверов.
+ Но крупные корпорации, которые владеют социальными и рекламными сетями, используют весь профиль информации, который предназначен для отслеживания пользователей через устройства и IP-адреса.
+ В этих профилях используются различные методы идентификации пользователей, включая JavaScript, файлы cookie,
+ идентификаторы отслеживания и <a href="https://panopticlick.eff.org/">отпечаток браузера</a>.
+ Поскольку подавляющее большинство веб-сайтов в интернете загружают рекламу от одной из основных сетей или встраивают значки социальных сетей с ассоциированным с ними JavaScript,
+ эти корпорации имеют встроенные профили почти для каждого пользователя в интернете и могут отслеживать интернет-активность на несвязанных сайтах.</p>
+
+ <p>Они отслеживают каждый посещаемый сайт, все, что приобретается, каждую кредитную карту, используемую для совершения покупки, каждый адрес, куда отправляются товары,
+ метаданные GPS каждого изображения, загружаемого в интернет.
+ Они создают профиль из возраста пользователя, пола, семейного положения, адреса, политических пристрастий, религиозной принадлежности, семейных обстоятельств,
+ количества домашних животных и всего остального, что им удается получить.
+ Они даже скупают базы данных транзакций по кредитным картам в местных магазинах, поэтому они могут отслеживать автономные модели покупок пользователей в своих профилях.
+ Поскольку у них уже имеется гораздо более точная адресная информация о пользователе, чем раскрытый IP-адрес, Tor не обеспечивает реальной защиты конфиденциальности от крупных корпораций.</p>
+
+ <p>Единственной и самой лучшей защитой конфиденциальности от крупных корпораций является просмотр веб-сайта с отключенным JavaScript, за которым следует блокирование рекламных сетей,
+ отключение файлов cookie и хранилища DOM, а также использование браузера, отпечаток которого трудно определить.</p>
+
+
+ <h3>Использование Tor</h3>
+
+ <p>Несмотря на свои ограничения, Tor может быть полезен в некоторых обстоятельствах.
+ В проекте Tor есть приложение для Android под названием Orbot, которое доступно в <a href="https://f-droid.org/repository/browse/?fdfilter=orbot&fdid=org.torproject.android">F-Droid</a> и везде,
+ где распространен Privacy Browser. У Privacy Browser есть параметр для использования Orbot в качестве прокси.
+ Если этот параметр включен, панель приложений Privacy Browser будет иметь светло-синий фон вместо стандартного светло-серого.
+ Когда включен параметр прокси-сервера Orbot Privacy Browser, доступ к интернету не будет работать, если Orbot не работает и не подключен к Tor.
+ Поскольку трафик маршрутизируется через несколько узлов, использование Tor часто происходит намного медленнее, чем прямое подключение к интернету.</p>
+
+ <img class="center21" src="images/tor.png">
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!--
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../css/dark_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="../shared_images/ic_location_off_blue_dark.png"> Не отслеживать</h3>
+
+ <p>Несколько лет назад W3C (консорциум World Wide Web) создал механизм для браузеров для информирования веб-серверов о том, что они не хотели бы отслеживаться.
+ Это достигается путем включения <a href="https://en.wikipedia.org/wiki/Do_Not_Track"> заголовка DNT (Не отслеживать) </a> в веб-запросы.</p>
+
+ <p>Заголовок DNT на самом деле не обеспечивает большую конфиденциальность, поскольку большинство веб-серверов его игнорируют.
+ Например, Yahoo, Google, Microsoft и Facebook игнорируют, по крайней мере, некоторые заголовки DNT.</p>
+
+
+ <h3>Реклама</h3>
+
+ <p>Privacy Browser Free включает баннерную рекламу в нижней части экрана от сети Google AdMob.
+ По умолчанию Google предоставляет <a href="https://support.google.com/googleplay/android-developer/answer/6048248?hl=ru">рекламный идентификатор</a>
+ устройства для рекламы, отображаемой от этой сети.
+ Это позволяет рекламным компаниям создавать профиль устройства, который отображает, какие приложения установлены (для показа рекламы),
+ как часто они используются и какая реклама интересна пользователю.</p>
+
+ <p>Пользователи могут отключить рекламный идентификатор в <strong>Настройках</strong>, <strong>Google</strong>, <strong>Реклама</strong>.</p>
+
+ <img class="center21" src="images/advertising_id.png">
+
+ <p>Цель бесплатной версии Privacy Browser - позволить пользователям протестировать функции приложения. Стандартную версию можно приобрести в основных магазинах приложений или загрузить бесплатно из
+ <a href="https://f-droid.org/repository/browse/?fdfilter=privacy+browser&fdid=com.stoutner.privacybrowser.standard">F-Droid</a>.</p>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!--
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../css/light_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="../shared_images/ic_location_off_blue_light.png"> Не отслеживать</h3>
+
+ <p>Несколько лет назад W3C (консорциум World Wide Web) создал механизм для браузеров для информирования веб-серверов о том, что они не хотели бы отслеживаться.
+ Это достигается путем включения <a href="https://en.wikipedia.org/wiki/Do_Not_Track"> заголовка DNT (Не отслеживать) </a> в веб-запросы.</p>
+
+ <p>Заголовок DNT на самом деле не обеспечивает большую конфиденциальность, поскольку большинство веб-серверов его игнорируют.
+ Например, Yahoo, Google, Microsoft и Facebook игнорируют, по крайней мере, некоторые заголовки DNT.</p>
+
+
+ <h3>Реклама</h3>
+
+ <p>Privacy Browser Free включает баннерную рекламу в нижней части экрана от сети Google AdMob.
+ По умолчанию Google предоставляет <a href="https://support.google.com/googleplay/android-developer/answer/6048248?hl=ru">рекламный идентификатор</a>
+ устройства для рекламы, отображаемой от этой сети.
+ Это позволяет рекламным компаниям создавать профиль устройства, который отображает, какие приложения установлены (для показа рекламы),
+ как часто они используются и какая реклама интересна пользователю.</p>
+
+ <p>Пользователи могут отключить рекламный идентификатор в <strong>Настройках</strong>, <strong>Google</strong>, <strong>Реклама</strong>.</p>
+
+ <img class="center21" src="images/advertising_id.png">
+
+ <p>Цель бесплатной версии Privacy Browser - позволить пользователям протестировать функции приложения. Стандартную версию можно приобрести в основных магазинах приложений или загрузить бесплатно из
+ <a href="https://f-droid.org/repository/browse/?fdfilter=privacy+browser&fdid=com.stoutner.privacybrowser.standard">F-Droid</a>.</p>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!--
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../css/dark_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="../shared_images/ic_devices_other_blue_dark.png"> Идентификация браузера</h3>
+
+ <p>При подключении браузера к веб-сайтам происходит отправка пользовательского агента, который идентифицирует браузер и возможности визуализации, которыми он обладает.
+ Веб-сервер может использовать эту информацию, чтобы решить, какую версию сайта отправить в браузер.
+ Например, многие сайты имеют разные версии для компьютерных и мобильных браузеров.</p>
+
+ <p>По умолчанию Privacy Browser использует собственный пользовательский агент PrivacyBrowser/1.0. На веб-сервер отправляется минимум информации.
+ Поскольку веб-серверы не распознают его пользовательским агентом мобильного телефона, они обычно отображают версию сайта для компьютера.</p>
+
+ <p>Для сравнения, пользовательский агент WebView по умолчанию раскрывает большой объем информации об аппаратном и программном обеспечении устройства.
+ В меню <strong>Настройки</strong> выберите <strong>WebView по умолчанию</strong>, поскольку <strong>User agent</strong> отображает пользовательский агент, который будет отправлен.
+ На скриншоте ниже показан Pixel 2 XL под управлением Android 8.1.0 с установленным Android WebView 66.0.3359.126.
+ Большинство веб-серверов признают это как мобильный браузер и будут отображать мобильную версию сайта, если таковая имеется.</p>
+
+ <img class="center21" src="images/user_agent.png">
+
+ <p>В пользовательском агенте достаточно информации о том, что иногда только несколько посетителей веб-сайта будут выглядеть одинаковыми.
+ Если пользовательский агент сочетается с другой частью неуникальной идентифицирующей информации, часто это приводит к уникальному отпечатку браузера.
+ Фонд Electronic Frontier Foundation создал инструмент под названием <a href="https://panopticlick.eff.org/">Panopticlick</a>, чтобы продемонстрировать,
+ сколько информации можно извлечь из этих источников.
+ Если этот тест выполняется с включенным JavaScript, объем информации, которая раскрывается, значительно увеличивается.
+ <a href="https://www.browserleaks.com">Browser Leaks</a> и <a href="https://amiunique.org/">Am I Unique</a> также являются хорошими источниками информации по этой теме.</p>
+
+ <img class="center" src="../en/images/panopticlick.png">
+
+ <p>Существует несколько предустановленных пользовательских агентов, которые соответствуют обычным браузерам и операционным системам.
+ Для использования отпечатков браузера существует правило - все, что редко встречается, легче отслеживать.
+ По мере распространения Privacy Browser использование PrivacyBrowser/1.0 в качестве пользовательского агента станет хорошим выбором для обеспечения конфиденциальности.
+ Firefox или Chrome являются наиболее распространенными пользовательскими агентами, но они автоматически обновляются и их номера версий меняются настолько быстро, что,
+ скорее всего, пользовательские агенты, включенные в Privacy Browser, часто будут не соответствовать большинству пользовательских агентов в журналах сервера.</p>
+
+ <p>Некоторые сайты <a href="https://www.stoutner.com/user-agent-problems/">работают неправильно</a>, если они не распознают пользовательский агент.
+ Использование параметров домена для установки агента пользователя <strong>WebView по умолчанию</strong>, или другого пользовательского агента, который корректно распознается, обычно решает проблему.
+ Android WebView не позволяет пользовательскому агенту быть пустым. В этом случае WebView отправляет на сервер пользовательский агент по умолчанию.</p>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!--
+ Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link rel="stylesheet" href="../css/light_theme.css">
+ </head>
+
+ <body>
+ <h3><img class="title" src="../shared_images/ic_devices_other_blue_light.png"> Идентификация браузера</h3>
+
+ <p>При подключении браузера к веб-сайтам происходит отправка пользовательского агента, который идентифицирует браузер и возможности визуализации, которыми он обладает.
+ Веб-сервер может использовать эту информацию, чтобы решить, какую версию сайта отправить в браузер.
+ Например, многие сайты имеют разные версии для компьютерных и мобильных браузеров.</p>
+
+ <p>По умолчанию Privacy Browser использует собственный пользовательский агент PrivacyBrowser/1.0. На веб-сервер отправляется минимум информации.
+ Поскольку веб-серверы не распознают его пользовательским агентом мобильного телефона, они обычно отображают версию сайта для компьютера.</p>
+
+ <p>Для сравнения, пользовательский агент WebView по умолчанию раскрывает большой объем информации об аппаратном и программном обеспечении устройства.
+ В меню <strong>Настройки</strong> выберите <strong>WebView по умолчанию</strong>, поскольку <strong>User agent</strong> отображает пользовательский агент, который будет отправлен.
+ На скриншоте ниже показан Pixel 2 XL под управлением Android 8.1.0 с установленным Android WebView 66.0.3359.126.
+ Большинство веб-серверов признают это как мобильный браузер и будут отображать мобильную версию сайта, если таковая имеется.</p>
+
+ <img class="center21" src="images/user_agent.png">
+
+ <p>В пользовательском агенте достаточно информации о том, что иногда только несколько посетителей веб-сайта будут выглядеть одинаковыми.
+ Если пользовательский агент сочетается с другой частью неуникальной идентифицирующей информации, часто это приводит к уникальному отпечатку браузера.
+ Фонд Electronic Frontier Foundation создал инструмент под названием <a href="https://panopticlick.eff.org/">Panopticlick</a>, чтобы продемонстрировать,
+ сколько информации можно извлечь из этих источников.
+ Если этот тест выполняется с включенным JavaScript, объем информации, которая раскрывается, значительно увеличивается.
+ <a href="https://www.browserleaks.com">Browser Leaks</a> и <a href="https://amiunique.org/">Am I Unique</a> также являются хорошими источниками информации по этой теме.</p>
+
+ <img class="center" src="../en/images/panopticlick.png">
+
+ <p>Существует несколько предустановленных пользовательских агентов, которые соответствуют обычным браузерам и операционным системам.
+ Для использования отпечатков браузера существует правило - все, что редко встречается, легче отслеживать.
+ По мере распространения Privacy Browser использование PrivacyBrowser/1.0 в качестве пользовательского агента станет хорошим выбором для обеспечения конфиденциальности.
+ Firefox или Chrome являются наиболее распространенными пользовательскими агентами, но они автоматически обновляются и их номера версий меняются настолько быстро, что,
+ скорее всего, пользовательские агенты, включенные в Privacy Browser, часто будут не соответствовать большинству пользовательских агентов в журналах сервера.</p>
+
+ <p>Некоторые сайты <a href="https://www.stoutner.com/user-agent-problems/">работают неправильно</a>, если они не распознают пользовательский агент.
+ Использование параметров домена для установки агента пользователя <strong>WebView по умолчанию</strong>, или другого пользовательского агента, который корректно распознается, обычно решает проблему.
+ Android WebView не позволяет пользовательскому агенту быть пустым. В этом случае WebView отправляет на сервер пользовательский агент по умолчанию.</p>
+ </body>
+</html>
\ No newline at end of file
drawerLayout.closeDrawer(GravityCompat.START);
}
+ // Close the bookmarks drawer if it is open.
+ if (drawerLayout.isDrawerVisible(GravityCompat.END)) {
+ drawerLayout.closeDrawer(GravityCompat.END);
+ }
+
// Clear the keyboard if displayed and remove the focus on the urlTextBar if it has it.
mainWebView.requestFocus();
}
--- /dev/null
+<!-- `privacy_browser_foreground.xml` is derived from `ic_security` and `ic_language`, which are part of the Android Material icon set. They are released under the Apache License 2.0.
+ Modifications copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>. The resulting image is released under the GPLv3+ license. -->
+
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:height="108dp"
+ android:width="108dp"
+ android:viewportHeight="523.63635"
+ android:viewportWidth="523.63635" >
+
+ <group android:translateX="133.81818"
+ android:translateY="133.81818" >
+
+ <path
+ android:pathData="m128,12.8 l-94.255,41.891v62.836c0,58.124 40.215,112.477 94.255,125.673 54.039,-13.196 94.255,-67.549 94.255,-125.673v-62.836z"
+ android:fillColor="#0d4781"
+ android:strokeColor="#00000000"
+ android:fillAlpha="1" />
+
+ <path
+ android:pathData="m128,0 l-104.727,46.545v69.818C23.273,180.945 67.956,241.338 128,256 188.044,241.338 232.727,180.945 232.727,116.364v-69.818zM128,127.884h81.455C203.287,175.825 171.287,218.531 128,231.913L128,128L46.545,128L46.545,61.673L128,25.484Z"
+ android:fillColor="#1976d2"
+ android:strokeColor="#00000000"
+ android:fillAlpha="1" />
+
+ <path
+ android:pathData="m127.92,48.214c-44.042,0 -79.706,35.744 -79.706,79.786 0,44.042 35.664,79.786 79.706,79.786 44.121,0 79.865,-35.744 79.865,-79.786 0,-44.042 -35.744,-79.786 -79.865,-79.786zM183.212,96.086h-23.537c-2.553,-9.973 -6.223,-19.547 -11.01,-28.404 14.681,5.026 26.888,15.239 34.547,28.404zM128,64.491c6.622,9.574 11.808,20.186 15.239,31.595h-30.478c3.431,-11.409 8.617,-22.021 15.239,-31.595zM66.246,143.957C64.969,138.851 64.172,133.505 64.172,128c0,-5.505 0.798,-10.851 2.074,-15.957h26.968c-0.638,5.266 -1.117,10.532 -1.117,15.957 0,5.425 0.479,10.691 1.117,15.957zM72.788,159.914L96.325,159.914c2.553,9.973 6.223,19.547 11.01,28.404C92.655,183.291 80.448,173.159 72.788,159.914ZM96.325,96.086L72.788,96.086c7.659,-13.244 19.867,-23.377 34.547,-28.404 -4.787,8.856 -8.457,18.43 -11.01,28.404zM128,191.509c-6.622,-9.574 -11.808,-20.186 -15.239,-31.595h30.478C139.808,171.324 134.622,181.935 128,191.509ZM146.67,143.957h-37.34c-0.718,-5.266 -1.277,-10.532 -1.277,-15.957 0,-5.425 0.559,-10.771 1.277,-15.957h37.34c0.718,5.186 1.277,10.532 1.277,15.957 0,5.425 -0.558,10.691 -1.277,15.957zM148.664,188.318c4.787,-8.856 8.457,-18.43 11.01,-28.404h23.537c-7.659,13.165 -19.867,23.377 -34.547,28.404zM162.786,143.957c0.638,-5.266 1.117,-10.532 1.117,-15.957 0,-5.425 -0.479,-10.691 -1.117,-15.957h26.968c1.277,5.106 2.074,10.452 2.074,15.957 0,5.505 -0.798,10.851 -2.074,15.957z"
+ android:fillColor="#ffffff"
+ android:fillAlpha="1" />
+ </group>
+</vector>
<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+ Copyright © 2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/white"/>
- <foreground android:drawable="@mipmap/privacy_browser_foreground"/>
+ <foreground android:drawable="@drawable/privacy_browser_foreground"/>
</adaptive-icon>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+ Copyright © 2018 Soren Stoutner <soren@stoutner.com>.
+
+ This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+ Privacy Browser is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Privacy Browser is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/white"/>
- <foreground android:drawable="@mipmap/privacy_browser_foreground"/>
+ <foreground android:drawable="@drawable/privacy_browser_foreground"/>
</adaptive-icon>
\ No newline at end of file
<string name="display_webpage_images">Mostrar imágenes de la página web</string>
<string name="display_webpage_images_summary">Deshabilitar para conservar ancho de banda.</string>
+ <!-- Download Location -->
+ <string name="download_location">Lugar de descarga</string>
+ <string name="download_location_message">Navegador Privado necesita el permiso de almacenamiento para utilizar el directorio de descarga público.
+ Si se deniega, se utilizará el directorio de descarga de la aplicación.</string>
+ <string name="ok">OK</string>
+
<!-- Orbot. -->
<string name="orbot_proxy_not_installed">Enviar a través de Orbot no funcionará a menos que se instale Orbot.</string>
<string name="waiting_for_orbot">Esperando a Orbot para conectar...</string>
<string name="display_webpage_images">Mostra immagini delle pagine web</string>
<string name="display_webpage_images_summary">Disabilita per ridurre il consumo di dati.</string>
+ <!-- Download Location -->
+ <string name="download_location">Cartella di Download</string>
+ <string name="download_location_message">Privacy Browser necessita del permesso di accesso alla memoria di storage per utilizzare la cartella pubblica di download.
+ Nel caso in cui il permesso sia negato sarà utilizzata la cartella di download dell'applicazione.</string>
+ <string name="ok">OK</string>
+
<!-- Orbot. -->
<string name="orbot_proxy_not_installed">Il Proxy con Orbot funziona solo se è installato Orbot.</string>
<string name="waiting_for_orbot">In attesa della connessione di Orbot...</string>
<!-- View SSL Certificate. -->
<string name="view_ssl_certificate">Просмотр сертификата SSL</string>
<string name="unencrypted_website">Незашифрованный веб-сайт</string>
- <string name="no_ssl_certificate">СвÑ\8fзÑ\8c Ñ\81 Ñ\8dÑ\82им Ñ\81айÑ\82ом не Ñ\88иÑ\84Ñ\80Ñ\83еÑ\82Ñ\81Ñ\8f. ÐÑ\82о позволÑ\8fеÑ\82 Ñ\82Ñ\80еÑ\82Ñ\8cим Ñ\81Ñ\82оÑ\80онам пеÑ\80еÑ\85ваÑ\82Ñ\8bваÑ\82Ñ\8c инÑ\84оÑ\80маÑ\86иÑ\8e, оÑ\82Ñ\81леживаÑ\82Ñ\8c пÑ\80оÑ\81моÑ\82Ñ\80 и вводить вредоносный контент.</string>
+ <string name="no_ssl_certificate">Соединение Ñ\81 Ñ\8dÑ\82им Ñ\81айÑ\82ом не заÑ\88иÑ\84Ñ\80овано. ÐÑ\82о позволÑ\8fеÑ\82 Ñ\82Ñ\80еÑ\82Ñ\8cим Ñ\81Ñ\82оÑ\80онам пеÑ\80еÑ\85ваÑ\82Ñ\8bваÑ\82Ñ\8c инÑ\84оÑ\80маÑ\86иÑ\8e, оÑ\82Ñ\81леживаÑ\82Ñ\8c пÑ\80оÑ\81моÑ\82Ñ\80 и внедÑ\80Ñ\8fть вредоносный контент.</string>
<string name="ssl_certificate">Сертификат SSL</string>
<string name="close">Закрыть</string>
<string name="domain">Домен</string>
<string name="display_webpage_images">Показывать изображения веб-страницы</string>
<string name="display_webpage_images_summary">Отключите для экономии трафика.</string>
+ <!-- Download Location -->
+ <string name="download_location">Папка загрузок</string>
+ <string name="download_location_message">Privacy Browser необходимо разрешение на доступ к хранилищу для использования общей папки загрузок.
+ Если разрешение получено не будет, то для загрузок будет использоваться папка приложения</string>
+ <string name="ok">OK</string>
+
<!-- Orbot. -->
<string name="orbot_proxy_not_installed">Проксирование Orbot работает только с установленным Orbot.</string>
<string name="waiting_for_orbot">Ожидание Orbot для подключения...</string>
<string name="display_webpage_images_summary">Disable to conserve bandwidth.</string>
<!-- Download Location -->
- <string name="download_location">Download Location</string>
- <string name="download_location_message">Privacy Browser needs the storage permission to use the public download directory. If it is denied, the app’s download directory will be used instead.</string>
- <string name="ok">OK</string>
+ <string name="download_location">Download Location</string>
+ <string name="download_location_message">Privacy Browser needs the storage permission to use the public download directory. If it is denied, the app’s download directory will be used instead.</string>
+ <string name="ok">OK</string>
<!-- Orbot. -->
<string name="orbot_proxy_not_installed">Orbot proxy will not work unless Orbot is installed.</string>
google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.1.0'
+ classpath 'com.android.tools.build:gradle:3.1.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files