Skip to content

Commit b6d5a12

Browse files
committed
docs added
1 parent f6a09b3 commit b6d5a12

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
11
# Web app settings
2+
3+
## Enforce desktop application only
4+
5+
Wire desktop app is based on Electron and renders Wire web app in a chromium-based wrapper. At the same time Wire web app may be loaded in standard browsers like for example Chrome as well. However, this may not be desirable as under certain circumstances standard browsers may not considered a safe environment for running the Wire web app.
6+
7+
When this flag is set to true it will prevent the web app from running in a standard browser and require the Wire desktop app for running Wire web app.
8+
9+
To enforce desktop application only add the following to your Helm overrides in `values/wire-server/values.yaml`:
10+
11+
```yaml
12+
webapp:
13+
# ...
14+
envVars:
15+
# ...
16+
FEATURE_ENABLE_ENFORCE_DESKTOP_APPLICATION_ONLY: "true"
17+
```

0 commit comments

Comments
 (0)