- 🇫🇷France Grimreaper France 🇫🇷
Hi,
Closing as there was no activity on this issue for years.
If someone still needs it, feel free to re-open and use a fork and MR instead of patch.
If the output of the code executed on what a user submits on the devel/php
form is html, for example when making a curl request to a site, then the html is currently rendered by the browser, which is not only an inconvenience, but could result in malicious JS being executed, etc.
Example:
$curl = curl_init('https://google.com');
$result = curl_exec($curl);
print($result);
curl_close($curl);
Provide a checkbox to allow the user to optionally escape all output.
Do it.
New checkbox on the devel/php form.
None.
None.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Hi,
Closing as there was no activity on this issue for years.
If someone still needs it, feel free to re-open and use a fork and MR instead of patch.