Skip to content

inline-script-disabled

Inline script cannot be used.

Level: Warning

  1. true: enable rule
  2. false: disable rule

The following patterns are considered violations

Section titled “The following patterns are considered violations”
<img src="test.gif" onclick="alert(1);">
<img src="javascript:alert(1)">
<a href="javascript:alert(1)">test1</a>