←back to thread

757 points shak77 | 1 comments | | HN request time: 0.248s | source
Show context
blauditore ◴[] No.15932880[source]
Many people seem to be shocked because Mozilla installed an add-on automatically. In my opinion, it doesn't really matter since the code is coming from Mozilla - they're building the whole browser, so they could introduce functionality anywhere. If someone distrusts their add-ons, why trust their browser at all?

The main question is what behavior is being introduced. I haven't researched deeply, but apparently the add-on does nothing until the user opts-in on studies.

replies(16): >>15932942 #>>15932953 #>>15932998 #>>15932999 #>>15933001 #>>15933342 #>>15933599 #>>15933649 #>>15933656 #>>15933806 #>>15933901 #>>15934475 #>>15934693 #>>15935133 #>>15935703 #>>15941934 #
y0ghur7_xxx ◴[] No.15932999[source]
> I haven't researched deeply, but apparently the add-on does nothing until the user opts-in on studies.

It adds some css to a list of words:

https://github.com/gregglind/addon-wr/blob/da464ac8f1c3b0894...

replies(3): >>15933117 #>>15933132 #>>15933502 #
lozenge ◴[] No.15933132[source]
Only if the preference extensions.pug.lookingglass is changed from the default of false.

I haven't figured out how that setting is exposed yet. Maybe they expect people to go to about:config and change it? Is there video footage suggesting that in the TV show?

https://github.com/gregglind/addon-wr/blob/104-rename-less-v...

replies(1): >>15933634 #
callahad ◴[] No.15933634[source]
From reading the source, that setting is not exposed anywhere; about:config seems to be the only way to turn it on.
replies(1): >>15936251 #
DonHopkins ◴[] No.15936251[source]
From reading the commit history, it looks like it's still under active development.

    @gregglind re-add 'fuck' to the word list
    gregglind committed 3 days ago
https://github.com/gregglind/addon-wr/commit/da464ac8f1c3b08...
replies(1): >>15947677 #