We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba334d commit 9dedacfCopy full SHA for 9dedacf
UI/src/index.html
@@ -6,7 +6,7 @@
6
<base href="/">
7
<meta name="viewport" content="width=device-width, initial-scale=1">
8
<link rel="icon" type="image/x-icon" href="favicon.png">
9
- <link rel="manifest" href="manifest.webmanifest">
+ <link rel="manifest" href="manifest.webmanifest" crossorigin="use-credentials">
10
<meta name="theme-color" content="#1976d2">
11
</head>
12
<body>
index.js
@@ -745,6 +745,7 @@ function startUp() {
745
function initialSetup() {
746
logger('Setting up the REST API.', 'info-quiet');
747
748
+ app.disable('x-powered-by');
749
app.use(bodyParser.json({ type: 'application/json' }));
750
751
//about the author, this program, etc.
0 commit comments