Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Always allow autoplay until autoplay is more stable
Browse files Browse the repository at this point in the history
Auditors: @bbondy
  • Loading branch information
darkdh authored and bsclifton committed May 18, 2017
1 parent ac7575b commit eace0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/constants/appConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ module.exports = {
'security.passwords.enpass-enabled': false,
'security.passwords.bitwarden-enabled': false,
'security.fullscreen.content': fullscreenOption.ALWAYS_ASK,
'security.autoplay.media': autoplayOption.ALWAYS_ASK,
'security.autoplay.media': autoplayOption.ALWAYS_ALLOW,
'security.flash.installed': false,
// sync
'sync.enabled': false,
Expand Down

0 comments on commit eace0df

Please sign in to comment.