9 lines
214 B
HTML
9 lines
214 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<!-- CSP directive 'prefetch-src' is not supported via meta tag though -->
|
|
<meta http-equiv="Content-Security-Policy" content="prefetch-src 'self'">
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|