Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
test
/
e2e
/
resources
/
sources
/
csp-blocked-inline-script.html
blob: b91c941136b9536b4d7424daf4a0c1af66cd2095 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<meta
http-equiv
=
"Content-Security-Policy"
content
=
"script-src 'self'"
/>
</head>
<body>
<h2>
Webpage with an issue of inline violation type
</h2>
<script>
alert
(
42
);
</script>
</body>
</html>