Skip to content

Commit

Permalink
Bug 1074001 - Expose WebCrypto by default (remove pref dom.webcrypto.…
Browse files Browse the repository at this point in the history
…enabled) r=bz
  • Loading branch information
Richard Barnes committed Oct 2, 2014
1 parent fc6e081 commit 0663563
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/libpref/init/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,7 @@ pref("dom.keyboardevent.code.enabled", true);
#endif

// Whether the WebCrypto API is enabled
#ifdef RELEASE_BUILD
pref("dom.webcrypto.enabled", false);
#else
pref("dom.webcrypto.enabled", true);
#endif

// Whether the UndoManager API is enabled
pref("dom.undo_manager.enabled", false);
Expand Down

0 comments on commit 0663563

Please sign in to comment.