Browse Source

Merge pull request #2736 from Calinou/exporting-for-web-firefox

Mention new Firefox security policies in Exporting for the Web
Rémi Verschelde 6 years ago
parent
commit
12e8def06a
1 changed files with 4 additions and 4 deletions
  1. 4 4
      getting_started/workflow/export/exporting_for_web.rst

+ 4 - 4
getting_started/workflow/export/exporting_for_web.rst

@@ -12,9 +12,9 @@ in the user's browser.
                with :kbd:`F12`, to view **debug information** like JavaScript,
                engine, and WebGL errors.
 
-.. attention:: Many browsers, Chromium-based browsers specifically, will not
-               load exported projects when **opened locally** per ``file://``
-               protocol. To get around this, use a local server.
+.. attention:: Many browsers, including Firefox and Chromium-based browsers,
+               will not load exported projects when **opened locally** per
+               ``file://`` protocol. To get around this, use a local server.
 
                .. tip:: Python offers an easy method to start a local server.
                         Use ``python -m SimpleHTTPServer`` with Python 2 or
@@ -25,7 +25,7 @@ WebGL 2
 -------
 
 Until the *OpenGL ES 3* renderer is removed from Godot in favor of *Vulkan*,
-HTML5 export uses *WebGL 2* when the *GLES3* option selected.
+HTML5 export uses *WebGL 2* when the *GLES3* option is selected.
 
 .. warning:: Usage of WebGL 2 is not recommended due to its expected removal
              from Godot without replacement.