Load a script using a whitelisted sha256 hash.
<script>alert("Hello world! sha256");</script>
Â
Load a script using a whitelisted sha384 hash.
<script>alert("Hello world! sha384");</script>
Â
Load a script 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