Update docs for disablewebsecurity
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
## Release v1.2.0 (Beta)
|
## Release v1.2.0 (Beta)
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
|
- Add **Allow insecure contents** option to render images with `http://`.
|
||||||
|
|
||||||
#### OS X
|
#### OS X
|
||||||
- Add the option to show the icon on menu bar
|
- Add the option to show the icon on menu bar
|
||||||
@@ -67,7 +68,6 @@ The `electron-mattermost` project is now the official desktop application for th
|
|||||||
### Known issues
|
### Known issues
|
||||||
|
|
||||||
#### All platforms
|
#### All platforms
|
||||||
- Images with `http://` do not render.
|
|
||||||
- Basic Authentication is not working.
|
- Basic Authentication is not working.
|
||||||
- Some keyboard shortcuts are missing. (e.g. <kbd>Ctrl+W</kbd>, <kbd>Command+,</kbd>)
|
- Some keyboard shortcuts are missing. (e.g. <kbd>Ctrl+W</kbd>, <kbd>Command+,</kbd>)
|
||||||
- Basic authentication requires a command line.
|
- Basic authentication requires a command line.
|
||||||
|
@@ -48,8 +48,12 @@ The Settings Page is available from the **File** menu under **Settings** (Click
|
|||||||
2. Enter **URL** for the team site location. For example: `https://example.com/teamname` then click **Add**.
|
2. Enter **URL** for the team site location. For example: `https://example.com/teamname` then click **Add**.
|
||||||
- **Delete a Team Site**:
|
- **Delete a Team Site**:
|
||||||
1. Delete a Team Site by clicking the "x" next to the URL of the team site you wish to delete.
|
1. Delete a Team Site by clicking the "x" next to the URL of the team site you wish to delete.
|
||||||
- **Hide Menu Bar**
|
- **Options**
|
||||||
1. Under **Options** enable this option to hide the menu bar by default. Press "Alt" to show the Menu Bar.
|
- **Hide Menu Bar**
|
||||||
|
1. Under **Options** enable this option to hide the menu bar by default. Press "Alt" to show the Menu Bar.
|
||||||
|
- **Allow insecure contents**
|
||||||
|
1. Your team is hosted on `https://`, images with `http://` are not rendered by default.
|
||||||
|
This option allows such images to be rendered, but please be careful for security.
|
||||||
|
|
||||||
### Menu Bar
|
### Menu Bar
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user