Skip to content

Commit

Permalink
Corrections on markdown - Browser-protected pages
Browse files Browse the repository at this point in the history
  • Loading branch information
puglieri committed Sep 5, 2023
1 parent c674101 commit e0d6a21
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions docs/adguard-browser-extension/protected-pages.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Browser-protected pages
title: Browser-protected pages
sidebar_position: 4
---

Expand All @@ -17,32 +17,32 @@ When using a web extension like AdGuard Browser Extension, there are certain res

Chromium-based browsers, such as Google Chrome, maintain a list of restricted domains that extensions are not allowed to access. These domains include:

* clients.google.com
* clients[0-9]+.google.com
* sb-ssl.google.com
* URLs starting with `chrome://`, `chrome-extension://`, or `https://chrome.google.com/webstore/`
* PDF files
* Pages where Javascript is disabled
* Security warning pages
* Error pages such as 404 errors and network errors
* URLs starting with `view-source:` or `data:`
- clients.google.com
- clients[0-9]+.google.com
- sb-ssl.google.com
- URLs starting with `chrome://`, `chrome-extension://`, or `https://chrome.google.com/webstore/`
- PDF files
- Pages where Javascript is disabled
- Security warning pages
- Error pages such as 404 errors and network errors
- URLs starting with `view-source:` or `data:`

### Firefox browser restrictions

Similarly, the Firefox browser has its own set of restricted domains where extensions are not permitted to operate. These restricted domains include:

* accounts-static.cdn.mozilla.net
* accounts.firefox.com
* addons.cdn.mozilla.net
* addons.mozilla.org
* api.accounts.firefox.com
* content.cdn.mozilla.net
* discovery.addons.mozilla.org
* install.mozilla.org
* oauth.accounts.firefox.com
* profile.accounts.firefox.com
* support.mozilla.org
* sync.services.mozilla.com
- accounts-static.cdn.mozilla.net
- accounts.firefox.com
- addons.cdn.mozilla.net --
- addons.mozilla.org
- api.accounts.firefox.com
- content.cdn.mozilla.net
- discovery.addons.mozilla.org
- install.mozilla.org
- oauth.accounts.firefox.com
- profile.accounts.firefox.com
- support.mozilla.org
- sync.services.mozilla.com

### Modifying restrictions in Firefox

Expand Down

0 comments on commit e0d6a21

Please sign in to comment.