Enable html5-local-storage by default - dotfiles - leot's dotfiles
 (HTM) hg clone https://bitbucket.org/iamleot/dotfiles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset 43b0c9cdd9ce0b74994c610084e80d392929860e
 (DIR) parent f8bda1db30d43f40df8fdf918e51f71157c4eaa7
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Mon, 20 May 2019 18:25:28 
       
       Enable html5-local-storage by default
       
       Diffstat:
        config/vimb/config |  10 +---------
        1 files changed, 1 insertions(+), 9 deletions(-)
       ---
       diff -r f8bda1db30d4 -r 43b0c9cdd9ce config/vimb/config
       --- a/config/vimb/config        Mon May 20 18:12:53 2019 +0200
       +++ b/config/vimb/config        Mon May 20 18:25:28 2019 +0200
       @@ -18,7 +18,7 @@
        set hardware-acceleration-policy=never
        set home-page=about:blank
        set html5-database=false
       -set html5-local-storage=false
       +set html5-local-storage=true
        set incsearch=true
        set input-autohide=true
        set javascript-can-access-clipboard=false
       @@ -71,20 +71,12 @@
        
        augroup default
               au LoadStarted * set user-agent=Mozilla/5.0 (Windows NT 6.1; rv:60.0) Gecko/20100101 Firefox/60.0
       -       au LoadStarted * set html5-local-storage=false
        augroup end
        
        augroup kludges
               au LoadCommitted *://ilmanifesto.it/* set user-agent=Googlebot-News
               au LoadCommitted *://www.haaretz.com/* set user-agent=Googlebot-News
        
       -       au LoadCommitted *://bitbucket.org/* set html5-local-storage=true
       -       au LoadCommitted *://cveform.mitre.org/* set html5-local-storage=true
       -       au LoadCommitted *://gitlab.gnome.org/* set html5-local-storage=true
       -       au LoadCommitted *://ssh.cloud.google.com/* set html5-local-storage=true
       -       au LoadCommitted *://travis-ci.org/* set html5-local-storage=true
       -       au LoadCommitted *://travis-ci.com/* set html5-local-storage=true
       -
               au LoadFinished *://bandcamp.com/* eval! userscript_bandcamp();
               au LoadFinished *://*.bandcamp.com/* eval! userscript_bandcamp();
               au LoadFinished *://www.ft.com/* eval! userscript_ft();