Compare commits

...

3 Commits

Author SHA1 Message Date
Starystars67 d4da1e2e29 Update analytics script source in index.html 2026-07-14 17:02:29 +01:00
trebor8820 f65255c24c Update partners.json
Updated Bisect link
2026-07-13 16:45:24 +01:00
Starystars67 e98f946367 more fixes :( 2026-06-17 16:23:34 +01:00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<link rel="icon" type="image/ico+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BeamMP Website</title>
<script defer src="https://analytics.beammp.com/script.js" data-website-id="9f9e912d-3470-4048-9f11-5dd360b701e7" data-performance="true"></script>
<script defer src="https://analytics.beammp.com/api/script.js" data-site-id="fbfb621ec793"></script>
</head>
<body>
<div id="app"></div>
+2 -2
View File
@@ -16,7 +16,7 @@ server {
add_header X-Content-Type-Options "nosniff" always;
add_header Referrer-Policy "strict-origin-when-cross-origin" always;
add_header Permissions-Policy "camera=(), microphone=(), geolocation=()" always;
add_header Content-Security-Policy "default-src 'self'; img-src 'self' data: https:; script-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https://backend.beammp.com https://analytics.beammp.com; object-src 'none'; base-uri 'self'; frame-ancestors 'none'" always;
add_header Content-Security-Policy "default-src 'self'; img-src 'self' data: https:; script-src 'self' https://analytics.beammp.com; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https://backend.beammp.com https://analytics.beammp.com; object-src 'none'; base-uri 'self'; frame-ancestors 'none'" always;
# Installer directory: serve files directly; return 404 for anything missing.
location ^~ /installer/ {
@@ -41,7 +41,7 @@ server {
# Legacy Keymaster paths moved permanently to the dedicated domain.
# Match both localized and non-localized URLs.
location ~* ^/(?:[a-z]{2}/)?(?:keymaster|k/dashboard)/?$ {
location ~* "^/([a-z]{2}/)?(keymaster|k/dashboard)/?$" {
return 301 https://keymaster.beammp.com/;
}
+1 -1
View File
@@ -43,7 +43,7 @@
},
{
"name": "BisectHosting",
"website": "https://bisecthosting.com/beammp-server-hosting",
"website": "https://www.bisecthosting.com/beammp-server-hosting?utm_source=beammp-partner-page&utm_campaign=BeamMP+Custom+Partner+Page+UTM",
"from": "$5.99/mo",
"logo": "https://www.bisecthosting.com/_ipx/q_100&s_140x46/images/logo-dark-theme.svg"
},