diff --git a/.github/README.md b/.github/README.md index 95e812c..17d3216 100644 --- a/.github/README.md +++ b/.github/README.md @@ -122,6 +122,12 @@ environment.etc = { }; ``` +### Troubleshooting + +#### 1Password constantly requires password + +You may want to set `policies.DisableAppUpdate = false;` in your policies.json file. See . + ## Native Messaging To [enable communication between the browser and native applications](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_messaging), you can use the following configuration pattern.