static/README.wasm.md |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit c888329adf68d8459d19784779cb6b5eea4f9195
Author:     Moritz Duge <moritz.d...@allotropia.de>
AuthorDate: Wed Aug 28 16:47:46 2024 +0200
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Thu Aug 29 07:22:31 2024 +0200

    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.bergm...@allotropia.de>
    Reviewed-by: Moritz Duge <moritz.d...@allotropia.de>

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)
 

Reply via email to