Load a file using a whitelisted sha256 hash.
<script>alert("Hello world! sha256");</script>
Load a file using a whitelisted sha384 hash.
<script>alert("Hello world! sha384");</script>
Load a file using a whitelisted sha512 hash.
<script>alert("Hello world! sha512");</script>
Use an inline style with a whitelisted sha256 hash.
<p style="font-weight: bold;">This should be bold!</p>
This should be bold!
Use an inline style with a whitelisted sha384 hash.
<p style="font-style: italic;">This should be italic!</p>
This should be italic!
Use an inline style with a whitelisted sha512 hash.
<p style="text-decoration: underline;">This should be underline!</p>
This should be underline!
Follow