-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathhead.html
More file actions
29 lines (27 loc) · 1.87 KB
/
head.html
File metadata and controls
29 lines (27 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<head>
<META HTTP-EQUIV='Content-Security-Policy'
CONTENT="default-src 'none'; font-src 'none'; object-src 'none'; script-src 'self'; img-src 'self' https://static.jboss.org https://user-images.githubusercontent.com https://raw.githubusercontent.com; style-src 'self' https://static.jboss.org; base-uri 'none'; form-action 'none'; frame-ancestors 'none' "/>
<!-- <META HTTP-EQUIV='X-Frame-Options' CONTENT="DENY"> -->
<META HTTP-EQUIV='X-XSS-Protection' CONTENT="1; mode=block">
<META HTTP-EQUIV='X-Content-Type-Options' CONTENT="nosniff">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="keywords" content="RESTEasy"/>
<meta name="description" content=""/>
<meta name="author" content=""/>
<meta name="robots" content="all"/>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"/>
<title>RESTEasy - JBoss Community</title>
<link rel="icon" type="image/png" href="{{site.baseurl}}/img/orgLayoutBody/favicon/resteasy_icon_16x.png"/>
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/css/clearspace_common.css"
media="screen, projection"/>
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/css/org_common.css"
media="screen, projection"/>
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/css/styles.css"
media="screen, projection"/>
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/css/project.css"
media="screen, projection"/>
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/css/wide.css"
media="only screen and (min-width: 1200px)"/>
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/css/jbossdeveloper-thin.css" media="screen, projection"/>
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/css/rhbar.css" media="screen, projection"/>
</head>