79132690

Date: 2024-10-28 09:08:31
Score: 0.5
Natty:
Report link

If you don't care about security, just run below JS command before you insert any HTML nodes or JS scripts:

window.trustedTypes.createPolicy('default', {
    createHTML: str => str,
    createScriptURL: str=> str, 
    createScript: str=> str,
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Steven Fang