Skip to content

Commit

Permalink
browser.offline-apps.notify -> true
Browse files Browse the repository at this point in the history
TODO: offline-apps.allow_by_default

Relates to #208
  • Loading branch information
pyllyukko committed May 26, 2017
1 parent 61b9637 commit a6199e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,10 @@ user_pref("security.ask_for_password", 2);
// PREF: Lock the password storage every 1 minutes (default: 30)
user_pref("security.password_lifetime", 1);

// PREF: Display a notification bar when websites offer data for offline use
// http://kb.mozillazine.org/Browser.offline-apps.notify
user_pref("browser.offline-apps.notify", true);

/******************************************************************************
* SECTION: Cryptography *
******************************************************************************/
Expand Down

0 comments on commit a6199e1

Please sign in to comment.