mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Change default setting of auth_header to False
This commit is contained in:
parent
6f8b3fd57f
commit
8a7fddf5f2
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ def permission_create(
|
|||
allowed=None,
|
||||
url=None,
|
||||
additional_urls=None,
|
||||
auth_header=True,
|
||||
auth_header=False,
|
||||
label=None,
|
||||
show_tile=False,
|
||||
protected=False,
|
||||
|
|
Loading…
Add table
Reference in a new issue