clbr / fifth

Fifth is a Linux-exclusive browser that carries the best features from Opera, as well as a few unique features that are likely to please Linux power users. It's based on a custom Webkit port to FLTK and comes licensed under the GPLv3.
GNU General Public License v3.0
106 stars 7 forks source link

Feature request: please, remove `ilovebieber` or make it optional #24

Closed Flashwalker closed 7 years ago

Flashwalker commented 7 years ago

Сan you please remove ilovebieber annoying prompt or make it optional?

clbr commented 7 years ago

It is a core security feature. It cannot be runtime configurable, because then malware could disable it without you knowing any better (plenty of such examples in Firefox).

A compile-time config option could certainly be added, if you're happy with an insecure browser; patches welcome. I would certainly not trust it with banking, etc. then.

clbr commented 7 years ago

Oh, if you'd like to disable it for your own build only, comment the wk_set_ssl* calls in main.cpp.

Flashwalker commented 7 years ago

Thanks