doc: shaarli configuration: mention file:/// URIs
fixes https://github.com/shaarli/Shaarli/issues/1906
This commit is contained in:
parent
ab16f6a826
commit
de895c73b7
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ _These settings should not be edited_
|
||||||
- **ban_duration**: IP ban duration in seconds.
|
- **ban_duration**: IP ban duration in seconds.
|
||||||
- **open_shaarli**: Anyone can add a new Shaare while logged out if enabled.
|
- **open_shaarli**: Anyone can add a new Shaare while logged out if enabled.
|
||||||
- **trusted_proxies**: List of trusted IP which won't be banned after failed login attemps. Useful if Shaarli is behind a reverse proxy.
|
- **trusted_proxies**: List of trusted IP which won't be banned after failed login attemps. Useful if Shaarli is behind a reverse proxy.
|
||||||
- **allowed_protocols**: List of allowed protocols in shaare URLs or markdown-rendered descriptions. Useful if you want to store `javascript:` links (bookmarklets) in Shaarli (default: `["ftp", "ftps", "magnet"]`).
|
- **allowed_protocols**: List of allowed protocols in shaare URLs or markdown-rendered descriptions. Useful if you want to store `javascript:` links (bookmarklets) or `file:///` URIs in Shaarli (default: `["ftp", "ftps", "magnet"]`).
|
||||||
|
|
||||||
### Formatter
|
### Formatter
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue