|
13 | 13 | /> |
14 | 14 | <title>Bungate - Lightning-Fast HTTP Gateway & Load Balancer</title> |
15 | 15 | <link rel="icon" type="image/png" href="bungate-logo.png" /> |
| 16 | + <link rel="canonical" href="https://bungate.21no.de" /> |
| 17 | + <meta name="author" content="21no.de" /> |
| 18 | + <meta name="theme-color" content="#0a0a0b" /> |
| 19 | + <meta property="og:type" content="website" /> |
| 20 | + <meta property="og:url" content="https://bungate.21no.de" /> |
| 21 | + <meta property="og:title" content="Bungate - Lightning-Fast HTTP Gateway & Load Balancer" /> |
| 22 | + <meta property="og:description" content="Bungate - Lightning-Fast HTTP Gateway with Enterprise Security. TLS 1.3, JWT key rotation, input validation, OWASP Top 10 protection, 8+ load balancing algorithms, and zero-config simplicity. Built on Bun for maximum performance." /> |
| 23 | + <meta property="og:image" content="https://21no.de/logo-v2.png" /> |
| 24 | + <meta property="og:image:width" content="512" /> |
| 25 | + <meta property="og:image:height" content="512" /> |
| 26 | + <meta property="og:image:alt" content="21no.de logo" /> |
| 27 | + <meta property="og:site_name" content="Bungate" /> |
| 28 | + <meta property="og:locale" content="en_US" /> |
| 29 | + <meta name="twitter:card" content="summary" /> |
| 30 | + <meta name="twitter:title" content="Bungate - Lightning-Fast HTTP Gateway & Load Balancer" /> |
| 31 | + <meta name="twitter:description" content="Bungate - Lightning-Fast HTTP Gateway with Enterprise Security. TLS 1.3, JWT key rotation, input validation, OWASP Top 10 protection, 8+ load balancing algorithms, and zero-config simplicity. Built on Bun for maximum performance." /> |
| 32 | + <meta name="twitter:image" content="https://21no.de/logo-v2.png" /> |
| 33 | + <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data: https:; font-src 'self'; connect-src 'self' https:; frame-src 'none'; object-src 'none'; base-uri 'self'; form-action 'self'" /> |
16 | 34 | <link rel="stylesheet" href="style.css" /> |
| 35 | +<script type="application/ld+json"> |
| 36 | +{ |
| 37 | + "@context": "https://schema.org", |
| 38 | + "@type": ["Organization", "WebSite"], |
| 39 | + "name": "Bungate", |
| 40 | + "url": "https://bungate.21no.de", |
| 41 | + "description": "Bungate - Lightning-Fast HTTP Gateway with Enterprise Security. TLS 1.3, JWT key rotation, input validation, OWASP Top 10 protection, 8+ load balancing algorithms, and zero-config simplicity. Built on Bun for maximum performance.", |
| 42 | + "image": "https://21no.de/logo-v2.png", |
| 43 | + "publisher": { |
| 44 | + "@type": "Organization", |
| 45 | + "name": "21no.de", |
| 46 | + "url": "https://21no.de" |
| 47 | + } |
| 48 | +} |
| 49 | +</script> |
17 | 50 | </head> |
18 | 51 | <body> |
19 | 52 | <!-- Header --> |
|
0 commit comments