nextcloud/lib/public/appframework/http
Lukas Reschke f9e90e92d4 Encode HTML tags in JSON
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.
2015-09-03 00:44:46 +02:00
..
contentsecuritypolicy.php add data: to allowed image domains 2015-08-05 11:41:25 +02:00
datadisplayresponse.php update license headers and authors 2015-06-25 14:13:49 +02:00
datadownloadresponse.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
dataresponse.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
downloadresponse.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
icallbackresponse.php update license headers and authors 2015-06-25 14:13:49 +02:00
ioutput.php update license headers and authors 2015-06-25 14:13:49 +02:00
jsonresponse.php Encode HTML tags in JSON 2015-09-03 00:44:46 +02:00
notfoundresponse.php update license headers and authors 2015-06-25 14:13:49 +02:00
ocsresponse.php Cleanup OCS code 2015-08-14 13:42:56 +02:00
redirectresponse.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
response.php Add `no-store` to AppFramework 2015-06-15 18:35:41 +02:00
streamresponse.php update license headers and authors 2015-06-25 14:13:49 +02:00
templateresponse.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00