1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

updated umatrix article for noscript as well

This commit is contained in:
Kyle Spearrin
2017-09-29 15:47:09 -04:00
parent 637cda9ad0
commit d7e71232cb
2 changed files with 27 additions and 22 deletions

View File

@@ -0,0 +1,27 @@
---
layout: article
title: uMatrix & NoScript access rules
categories: [miscellaneous]
featured: false
popular: false
tags: [umatrix, firefox]
---
By default, the uMatrix and NoScript addons may block the bitwarden Firefox addon from accessing the bitwarden API servers. Without adding proper rules to whitelist the bitwarden API servers, logging in and other API operations will fail.
## uMatrix
The following [uMatrix rule](https://github.com/gorhill/uMatrix/wiki/Rules-syntax) is required:
```
dc8ef5f6-eb0d-4c87-9e9f-0cf803f619e8.moz-extension-scheme bitwarden.com xhr allow
```
{% note %}
The UUID included in the above rule will be different for your installation.
Use the `about:debugging#addons` page (navigate from your address bar) to locate your bitwarden extension UUID.
{% endnote %}
## NoScript
Whitelisting the following domain for NoScript is required: `bitwarden.com`

View File

@@ -1,22 +0,0 @@
---
layout: article
title: uMatrix access rules
categories: [miscellaneous]
featured: false
popular: false
tags: [umatrix, firefox]
---
By default, the uMatrix addon will block the bitwarden Firefox addon from accessing the bitwarden API servers. Without adding proper rules to allow the bitwarden API servers, logging in will fail.
The following [uMatrix rules](https://github.com/gorhill/uMatrix/wiki/Rules-syntax) are required:
```
dc8ef5f6-eb0d-4c87-9e9f-0cf803f619e8.moz-extension-scheme bitwarden.com xhr allow
dc8ef5f6-eb0d-4c87-9e9f-0cf803f619e8.moz-extension-scheme bitwarden.com cookie allow
```
{% note %}
The UUID included in the above rule will be different for your installation.
Use the `about:debugging#addons` page to find your UUID.
{% endnote %}