mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
Increase specificity of default allowed protocols
This commit is contained in:
parent
f88435fa4c
commit
0f9520f520
2 changed files with 11 additions and 5 deletions
|
@ -52,8 +52,8 @@ return [
|
|||
],
|
||||
'system' => [
|
||||
// allowed_link_protocols (Array)
|
||||
// Allowed protocols in links URLs, add at your own risk. http is always allowed.
|
||||
'allowed_link_protocols' => ['ftp', 'ftps', 'mailto', 'cid', 'gopher'],
|
||||
// Allowed protocols in links URLs, add at your own risk. http(s) is always allowed.
|
||||
'allowed_link_protocols' => ['ftp://', 'ftps://', 'mailto:', 'cid:', 'gopher://'],
|
||||
|
||||
// always_show_preview (Boolean)
|
||||
// Only show small preview pictures.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue