mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-10 11:09:31 +00:00
Disallow html for templating formats
Using html template format will then put the html format in the allowed list for the api doc which we don’t want since the api doesn’t response for html format.
This commit is contained in:
parent
b5d7eb148c
commit
2e6239bb9f
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ fos_rest:
|
||||||
epub: true
|
epub: true
|
||||||
mobi: true
|
mobi: true
|
||||||
templating_formats:
|
templating_formats:
|
||||||
html: true
|
html: false
|
||||||
force_redirects:
|
force_redirects:
|
||||||
html: true
|
html: true
|
||||||
failed_validation: HTTP_BAD_REQUEST
|
failed_validation: HTTP_BAD_REQUEST
|
||||||
|
|
Loading…
Reference in a new issue