<!DOCTYPE html>
<html>
<head><meta http-equiv="content-security-policy" content="script-src 'none'">
<style>
p:first-child {
color: blue;
}
</style>
</head>
<body>
<p>Это какой-то текст.</p>
</body>
</html>