From e9ba098f8ee6cf0ea62da48f44f8a8272a15d3ce Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Fri, 14 Feb 2020 00:00:42 +0100 Subject: [PATCH] Update README regarding frozen user agent --- FAQ.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index 0c4247f9..b5e3568f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,4 +1,4 @@ -# F.A.Q. +# Frequently Asked Questions ## Does Google Sync/Translate/Data saver work? No. @@ -63,7 +63,7 @@ No; Bromite will support extensions only if upstream (Chromium) does, or similar ## Why do push notifications not work on this website? The [Chromium Blink engine](https://www.chromium.org/blink) uses [GCM](https://en.wikipedia.org/wiki/Google_Cloud_Messaging) to deliver messages -when websites use the [Push API](https://w3c.github.io/push-api/); this will not work because cloud integrations are disabled in Bromite (GCM in this case). +when websites use the [Push API](https://w3c.github.io/push-api/); this will not work in Bromite because cloud integrations are disabled (GCM in this case). [ServiceWorker notifications](https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerRegistration/showNotification) do work instead since they use [android.app.Notification](https://developer.android.com/guide/topics/ui/notifiers/notifications). diff --git a/README.md b/README.md index d201b459..03722670 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ ETH donations address: `0xf47ff39223d828f99fec5ab53bd068c5c0522042` * [StartPage](https://startpage.com/), [DuckDuckGo](https://duckduckgo.com/) and [Qwant](https://www.qwant.com/) search engines available by default * flags to disable custom intents and clear session on exit * flags to toggle anti-fingerprinting mitigations for canvas, audio, client rects, webGL and sensor APIs -* use fixed User-Agent to conceal real model and browser version +* use frozen User-Agent to conceal real model and browser version * privacy enhancement patches from [Iridium](https://iridiumbrowser.de/), [Inox patchset](https://github.com/gcarq/inox-patchset), [Brave](https://brave.com/) and [ungoogled-chromium](https://github.com/Eloston/ungoogled-chromium) projects * security enhancement patches from [GrapheneOS](https://github.com/GrapheneOS) project