readme(1password): add troubleshooting section

This commit is contained in:
Luis Quiñones
2025-04-19 00:12:13 -05:00
committed by Luis Quiñones
parent e6893892b8
commit 35bd36d559

6
.github/README.md vendored
View File

@@ -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 <https://github.com/0xc000022070/zen-browser-flake/issues/48>.
## 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.