mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-31 18:31:02 +00:00
Merge pull request #3270 from wallabag/do-not-allow-html-api
Disallow html for API templating formats
This commit is contained in:
commit
c7fcca533d
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…
Add table
Add a link
Reference in a new issue