allo- / ffprofile

A tool to create firefox profiles with personalized defaults.
GNU Affero General Public License v3.0
772 stars 56 forks source link

Default user agent option breaks Firefox rich text editor #54

Closed mx8s closed 7 years ago

mx8s commented 7 years ago

Hi,

I used your site and I have a comment about the following option: Privacy>Fake another Useragent When keeping this blank (which I did) you generate the following string: user_pref("general.useragent.override", ""); I found out that this seem to cause the Firefox rich text editor to not work anymore. See screenshots: http://imgur.com/a/wiuEd (with the string used). http://imgur.com/a/j7z9v (without the string used).

Anyway, keep up the good work.

allo- commented 7 years ago

This is a bug. Blank should not generate ANY config line

allo- commented 7 years ago

Fixed in 09181267db84c4840bdfad9862397e026844c734.

You can test on the ffprofile.com site. An empty input should not not generate a fake useragent at all.