// Example I found online that doesn't log
// This example isn't https but this would still work under https
// favicon could potentially be used too
//#![doc(html_favicon_url = "http://example.org/malicious.png")]
/*!
Source: https://github.com/AlexApps99/docs-exploit-demo

<script>alert("This isn't very safe...");</script>
*/