rohan13 commited on
Commit
39bf5ed
1 Parent(s): 6193b1f

security policy

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -1
templates/index.html CHANGED
@@ -3,9 +3,10 @@
3
  <head>
4
  <meta charset="utf-8">
5
  <title>MakerlabX3DPrinting QA</title>
 
6
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
7
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
8
- <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
9
  </head>
10
  <body>
11
  <div class="chat-container">
 
3
  <head>
4
  <meta charset="utf-8">
5
  <title>MakerlabX3DPrinting QA</title>
6
+ <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
7
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
8
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
9
+ <link rel="stylesheet" href="static/style.css">
10
  </head>
11
  <body>
12
  <div class="chat-container">