mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
Merge pull request #280 from C-O-M-P-A-R-T-M-E-N-T-A-L-I-Z-A-T-I-O-N/patch-5
Adding a CSP and RP to webrtc.html
This commit is contained in:
commit
a5bf6b4338
14
webrtc.html
14
webrtc.html
@ -1,11 +1,15 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>WebRTC IP Leak VPN / Tor Test | Privacy Tools</title>
|
<title>WebRTC IP Leak VPN / Tor Test | Privacy Tools</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
||||||
<link rel="shortcut icon" href="favicon.ico" type="image/ico">
|
<link rel="shortcut icon" href="favicon.ico" type="image/ico">
|
||||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
<!-- content security policy -->
|
||||||
|
<meta http-equiv='Content-Security-Policy' content="Content-Security-Policy: default-src https:; script-src https://privacytoolsio.github.io"; style-src 'unsafe-inline'>
|
||||||
|
<!-- referrer policy -->
|
||||||
|
<meta http-equiv="Referrer-Policy" content="no-referrer">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user