mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
add ommited "ask.fr"
This commit is contained in:
parent
294700eb1c
commit
aed4731f50
1 changed files with 2 additions and 2 deletions
|
@ -365,7 +365,7 @@ help = "Settings pertaining to http timeouts, security, cookies, and more. ⚠
|
||||||
|
|
||||||
[advanced.advanced-cookies-samesite]
|
[advanced.advanced-cookies-samesite]
|
||||||
ask.en = "Value of the SameSite attribute of cookies set by GoToSocial."
|
ask.en = "Value of the SameSite attribute of cookies set by GoToSocial."
|
||||||
ask.fr = ""
|
ask.fr = "Valeur de l'attribut SameSite des cookies définis par GoToSocial."
|
||||||
bind = "advanced-cookies-samesite:__FINALPATH__/config.yaml"
|
bind = "advanced-cookies-samesite:__FINALPATH__/config.yaml"
|
||||||
choices = ["lax", "strict"]
|
choices = ["lax", "strict"]
|
||||||
default = "lax"
|
default = "lax"
|
||||||
|
@ -378,7 +378,7 @@ type = "select"
|
||||||
|
|
||||||
[advanced.advanced-rate-limit-requests]
|
[advanced.advanced-rate-limit-requests]
|
||||||
ask.en = "Amount of requests to permit from a single IP address within a span of 5 minutes."
|
ask.en = "Amount of requests to permit from a single IP address within a span of 5 minutes."
|
||||||
ask.fr = ""
|
ask.fr = "Nombre de requêtes autorisées à partir d'une seule adresse IP dans un délai de 5 minutes."
|
||||||
bind = "advanced-rate-limit-requests:__FINALPATH__/config.yaml"
|
bind = "advanced-rate-limit-requests:__FINALPATH__/config.yaml"
|
||||||
default = "1000"
|
default = "1000"
|
||||||
help.en = """Default: 1000\
|
help.en = """Default: 1000\
|
||||||
|
|
Loading…
Add table
Reference in a new issue