fmt: README.md files and .cargo/config.toml

This commit is contained in:
2026-09-01 05:27:10 +02:00
parent a5f2aab005
commit 3fc1096500
3 changed files with 26 additions and 25 deletions
+4 -3
View File
@@ -16,9 +16,10 @@ bootstrap is local as well, so the page does not require inline or third-party
JavaScript. The web page must be served over HTTP rather than opened directly
from a `file:` URL.
For a strict Content Security Policy, allow `script-src 'self'
'wasm-unsafe-eval'` for the browser's WebAssembly compilation and
`connect-src 'self'` for the local WASM and optional high-score API requests.
For a strict Content Security Policy, allow
`script-src 'self' 'wasm-unsafe-eval'` for the browser's WebAssembly compilation
and `connect-src 'self'` for the local WASM and optional high-score API
requests.
When the same-origin `/api/highscores` endpoint is available, the browser loads
and submits the shared top-ten table there. The small Axum service and an nginx