feat: add accessible documentation design foundation
This commit is contained in:
@@ -28,6 +28,25 @@ const config: AppConfig = {
|
||||
themeColor: "#6366f1",
|
||||
},
|
||||
|
||||
security: {
|
||||
headers: {
|
||||
hsts: true,
|
||||
noSniff: true,
|
||||
referrerPolicy: "strict-origin-when-cross-origin",
|
||||
permissionsPolicy: "camera=(), microphone=(), geolocation=()",
|
||||
},
|
||||
csp: {
|
||||
enabled: true,
|
||||
directives: {
|
||||
"default-src": ["'self'"],
|
||||
"img-src": ["'self'", "data:", "https:"],
|
||||
"font-src": ["'self'", "https://fonts.gstatic.com"],
|
||||
"style-src": ["'self'", "https://fonts.googleapis.com"],
|
||||
"connect-src": ["'self'"],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
styles: {
|
||||
entry: "app/styles/global.css",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user