fmt: README.md files and .cargo/config.toml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user