X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fru%2Fguide_tracking_ids.html;h=0df86fb62852ae216fb91a89a2b87db645865e65;hp=2b44c55d1714334705894a7bfe2a100977571e6b;hb=e2d4437956f57b50bda1f27c9b4eea9367de7758;hpb=8a775f43cc1ce3a277e8875da66a57eac353088d diff --git a/app/src/main/assets/ru/guide_tracking_ids.html b/app/src/main/assets/ru/guide_tracking_ids.html index 2b44c55d..0df86fb6 100644 --- a/app/src/main/assets/ru/guide_tracking_ids.html +++ b/app/src/main/assets/ru/guide_tracking_ids.html @@ -41,5 +41,17 @@

Privacy Browser удаляет идентификаторы отслеживания и перенаправления AMP (Accelerated Mobile Pages) из URL. В блоге опубликован обновляемый актуальный список модификаций. Модификация URL может быть отключена в настройках, если она вызывает проблемы.

+ + +

X-Requested-With Header

+ +

Google programmed Android’s WebView to send an X-Requested-With header with every request. + The value of the X-Requested-With header is set to the application ID, which in the case of Privacy Browser is com.stoutner.privacybrowser.standard. + Currently, it isn't possible to remove this header, but the value can be changed. By default, Privacy Browser sends a null (empty) value for the X-Requested-With header. + Even though the spec allows for null header values, some web servers don't like them, so Privacy Browser has the option to revert to the default behavior of sending the app ID. + Because this setting is cached when a URL is first loaded, and isn't changed when reloading a page or navigating history, + changes to this setting may not be applied until Privacy Browser is restarted. + There is a blog post with additional information. + The X-Requested-With header will be completely removed in the 4.x series with the release of Privacy WebView.

\ No newline at end of file