diff --git a/src/cubing/search/instantiator.ts b/src/cubing/search/instantiator.ts
index b97e23e2f..a73b0a36b 100644
--- a/src/cubing/search/instantiator.ts
+++ b/src/cubing/search/instantiator.ts
@@ -174,8 +174,8 @@ export async function mapToAllWorkers(
async function instantiateWorkerImplementation(): PromiseRandom Scramble
href="https://www.worldcubeassociation.org/regulations/scrambles/">the official scramble program.
- Also:
+
+ If you want to generate scrambles using cubing.js
, please
+ ensure the page is accessed from a server using a URL that starts with one of the following:
+
http://
https://
localhost
). It will not work for file://
URLs, due to browser security restrictions.
+ file://
+ If you need to use a file server for local development, you may find one of the following commands useful: +
python3 -m http.server
+ npx serve
caddy file-server --listen :8000 --browse