Skip to content

Commit

Permalink
doc: Firefox from version 60 moved audio to the main process
Browse files Browse the repository at this point in the history
  • Loading branch information
i-rinat committed Apr 19, 2020
1 parent 581c984 commit 0f9f848
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ default. Fortunately, it's possible to add those path by hand. Add "/dev/snd/"
to "security.sandbox.content.write_path_whitelist" parameter in
`about:config`. Note that trailing slash in "/dev/snd/" is required.


Firefox 58 tabs crashing when trying to play audio
--------------------------------------------------

Expand All @@ -189,6 +190,10 @@ with subsequent process termination. Exception can be added by setting parameter
accepts a comma separated list of system call numbers. Add there `16` for
x86-64, or `54` for x86 or ARM.

Firefox 60 tighened its content sandbox more, but at the same time moved audio
accesses from content processes to the main process. From Firefox 60 onwards no
changes to the sandbox settings are necessary.

License
=======

Expand Down

0 comments on commit 0f9f848

Please sign in to comment.