Bug 1613360 - Enable form.requestSubmit by default; r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D61679

--HG--
extra : moz-landing-system : lando
This commit is contained in:
John Dai 2020-02-05 13:08:54 +00:00
Родитель f6440bccc4
Коммит 2bdbda042f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1573,10 +1573,10 @@
value: false
mirror: always
# Whether the form.requestSubmit API is enabled
# Enable the form.requestSubmit API
- name: dom.forms.requestsubmit.enabled
type: bool
value: @IS_NIGHTLY_BUILD@
value: true
mirror: always
# Whether the Gamepad API is enabled