mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
While not encoding the HTML tags in the JSON response is perfectly fine since we set the proper mimetype as well as disable content sniffing a lot of automated code scanner do report this as security bug. Encoding them leads to less discussions and a lot of saved time. |
||
|---|---|---|
| .. | ||
| contentsecuritypolicy.php | ||
| datadisplayresponse.php | ||
| datadownloadresponse.php | ||
| dataresponse.php | ||
| downloadresponse.php | ||
| icallbackresponse.php | ||
| ioutput.php | ||
| jsonresponse.php | ||
| notfoundresponse.php | ||
| ocsresponse.php | ||
| redirectresponse.php | ||
| response.php | ||
| streamresponse.php | ||
| templateresponse.php | ||