Spaces:
Running
Running
Commit
·
423b1d8
1
Parent(s):
32081e3
Update templates/index.html
Browse files- templates/index.html +1 -0
templates/index.html
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
4 |
<head>
|
5 |
<title>a random unsecured security camera</title>
|
6 |
<style>
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
4 |
+
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
|
5 |
<head>
|
6 |
<title>a random unsecured security camera</title>
|
7 |
<style>
|