mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-07-15 11:13:57 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d4da1e2e29 | |||
| f65255c24c | |||
| e98f946367 |
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
<link rel="icon" type="image/ico+xml" href="/favicon.ico" />
|
<link rel="icon" type="image/ico+xml" href="/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>BeamMP Website</title>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|||||||
+2
-2
@@ -16,7 +16,7 @@ server {
|
|||||||
add_header X-Content-Type-Options "nosniff" always;
|
add_header X-Content-Type-Options "nosniff" always;
|
||||||
add_header Referrer-Policy "strict-origin-when-cross-origin" always;
|
add_header Referrer-Policy "strict-origin-when-cross-origin" always;
|
||||||
add_header Permissions-Policy "camera=(), microphone=(), geolocation=()" 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.
|
# Installer directory: serve files directly; return 404 for anything missing.
|
||||||
location ^~ /installer/ {
|
location ^~ /installer/ {
|
||||||
@@ -41,7 +41,7 @@ server {
|
|||||||
|
|
||||||
# Legacy Keymaster paths moved permanently to the dedicated domain.
|
# Legacy Keymaster paths moved permanently to the dedicated domain.
|
||||||
# Match both localized and non-localized URLs.
|
# 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/;
|
return 301 https://keymaster.beammp.com/;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "BisectHosting",
|
"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",
|
"from": "$5.99/mo",
|
||||||
"logo": "https://www.bisecthosting.com/_ipx/q_100&s_140x46/images/logo-dark-theme.svg"
|
"logo": "https://www.bisecthosting.com/_ipx/q_100&s_140x46/images/logo-dark-theme.svg"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user