mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-17 03:57:47 +08:00
Merge pull request #6329 from nextcloud/enh/6328/adust-example
aio-interface: adjust addtional collabora options example
This commit is contained in:
commit
d5db9c323b
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@
|
|||
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
|
||||
<input type="submit" value="Submit additional collabora options" />
|
||||
</form>
|
||||
<p>You need to make sure that the options that you enter are valid. An example is <strong>--o:net.content_security_policy="frame-ancestors *.example.com:*;"</strong>.</p>
|
||||
<p>You need to make sure that the options that you enter are valid. An example is <strong>--o:net.content_security_policy=frame-ancestors *.example.com:*;</strong>.</p>
|
||||
{% else %}
|
||||
<p>The additioinal options for Collabora are currently set to <strong>{{ collabora_additional_options }}</strong>. You can reset them again by clicking on the button below.</p>
|
||||
<form method="POST" action="/api/configuration" class="xhr">
|
||||
|
|
Loading…
Add table
Reference in a new issue