-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathindex.html
49 lines (46 loc) · 2.26 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html class="font-sans" lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HAR Sanitizer</title>
<!-- Primary Meta Tags -->
<title>HAR Sanitizer</title>
<meta name="title" content="HAR Sanitizer tool by Cloudflare" />
<meta
name="description"
content="At Cloudflare, we're committed to building a better Internet. We want to make it possible to troubleshoot with HAR files without the threat of a stolen session. The HAR File Sanitizer will remove sensitive data using “clientside” logic."
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://har-sanitizer.pages.dev/" />
<meta property="og:title" content="HAR Sanitizer tool by Cloudflare" />
<meta
property="og:description"
content="At Cloudflare, we're committed to building a better Internet. We want to make it possible to troubleshoot with HAR files without the threat of a stolen session. The HAR File Sanitizer will remove sensitive data using “clientside” logic."
/>
<meta
property="og:image"
content="https://cf-assets.www.cloudflare.com/slt3lc6tev37/2FNnxFZOBEha1W2MhF44EN/e9438de558c983ccce8129ddc20e1b8b/CF_MetaImage_1200x628.png"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://har-sanitizer.pages.dev/" />
<meta property="twitter:title" content="HAR Sanitizer tool by Cloudflare" />
<meta
property="twitter:description"
content="At Cloudflare, we're committed to building a better Internet. We want to make it possible to troubleshoot with HAR files without the threat of a stolen session. The HAR File Sanitizer will remove sensitive data using “clientside” logic."
/>
<meta
property="twitter:image"
content="https://cf-assets.www.cloudflare.com/slt3lc6tev37/2FNnxFZOBEha1W2MhF44EN/e9438de558c983ccce8129ddc20e1b8b/CF_MetaImage_1200x628.png"
/>
</head>
<body
class="m-0 text-base text-neutral-900 dark:bg-neutral-900 dark:text-neutral-100"
>
<div id="root" class="isolate"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>