fanglingsu / vimb

Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.
https://fanglingsu.github.io/vimb/
GNU General Public License v3.0
1.33k stars 99 forks source link

Allow access to unsafe sites #761

Closed BebeSparkelSparkel closed 5 months ago

BebeSparkelSparkel commented 5 months ago

I frequently receive Unacceptable TLS certificate for unimportant sites that I just need to reference. It would be nice to have a warning like FireFox but still be able to access the site.

daktak commented 5 months ago

in your vimb/config add set strict-ssl=false

BebeSparkelSparkel commented 5 months ago

thanks