diff options
author | Moritz Duge <moritz.duge@allotropia.de> | 2024-08-28 16:47:46 +0200 |
---|---|---|
committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-08-29 07:22:31 +0200 |
commit | c888329adf68d8459d19784779cb6b5eea4f9195 (patch) | |
tree | 039a1d408fec3d4b7d9756dc5086a2f1f8a0c63d /static | |
parent | 0427231a1485d324519e94246ff702bc0cb18b89 (diff) |
use emrun with explicit "--hostname 127.0.0.1" for testing
Minor security improvement. See
https://github.com/emscripten-core/emscripten/issues/22077
Change-Id: I05d632f6023883672d0e1b2586f53df87dd7d874
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172540
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Reviewed-by: Moritz Duge <moritz.duge@allotropia.de>
Diffstat (limited to 'static')
-rw-r--r-- | static/README.wasm.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/static/README.wasm.md b/static/README.wasm.md index 8eb226f6e97e..23e1d92db207 100644 --- a/static/README.wasm.md +++ b/static/README.wasm.md @@ -20,11 +20,10 @@ populated with just the relevant files from `instdir`. The build generates a Writer-only LO build. You should be able to run either - $ emrun --serve_after_close workdir/installation/LibreOffice/emscripten/qt_soffice.html - $ emrun --serve_after_close workdir/LinkTarget/Executable/qt_vcldemo.html + $ emrun --hostname 127.0.0.1 --serve_after_close workdir/installation/LibreOffice/emscripten/qt_soffice.html + $ emrun --hostname 127.0.0.1 --serve_after_close workdir/LinkTarget/Executable/qt_vcldemo.html REMINDER: Always start new tabs in the browser, reload might fail / cache! -INFO: latest browser won't work anymore with 0.0.0.0 and need 127.0.0.1. ## Setup for the LO WASM build (with Qt) |