"Firefox prevented this site ..." doorhanger's wording makes little sense
Categories
(Toolkit :: Add-ons Manager, defect, P1)
Tracking
()
People
(Reporter: u88484, Assigned: mixedpuppy)
References
Details
(5 keywords, Whiteboard: [arewepretty-add][doorhanger])
Attachments
(4 files)
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
Updated•14 years ago
|
Comment 3•14 years ago
|
||
Comment 4•14 years ago
|
||
Comment 5•12 years ago
|
||
Comment 6•7 years ago
|
||
Comment 8•7 years ago
|
||
Comment 11•6 years ago
•
|
||
Final copy:
Header: Allow [site name] to install an extension?
Body: This site needs your permission to install an extension on your computer. Make sure you trust the site before continuing.
Buttons: Don't Allow / Allow
Link: Learn more about installing extensions safely (https://support.mozilla.org/kb/tips-assessing-safety-extension)
Comment 12•6 years ago
|
||
See also bug 1475710
I guess we should dupe that bug to this one, but it would be good if the folks writing the copy (Amy?) take a look at the technique described in that bug and ensure it is taken into consideration.
Comment 13•6 years ago
|
||
This copy was written in collaboration with Meridel, ddurst, and Jorge, so I believe it was taken into consideration, but we can verify.
Comment 14•6 years ago
|
||
I don't understand why that would be considered a dupe. I can't imagine any messaging would combat that type of manipulation.
Comment 15•6 years ago
|
||
(Maybe we should put an opacity filter on the content pane when the doorhanger is shown)
((I'm only kidding a litte))
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 16•6 years ago
|
||
| Assignee | ||
Comment 17•6 years ago
|
||
Comment 18•6 years ago
|
||
Comment 19•6 years ago
|
||
Backed out changeset 539ae4c2bd53 (bug 628041) for Browser-chrome failures in toolkit/mozapps/extensions/test/xpinstall/browser_doorhanger_installs.js. CLOSED TREE
Log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=239520930&repo=autoland&lineNumber=5236
Push with failures:
https://treeherder.mozilla.org/#/jobs?repo=autoland&selectedJob=239517689&revision=539ae4c2bd53dbff20f2a547049b9fd37c295e4d
Backout:
https://hg.mozilla.org/integration/autoland/rev/3886031416c91989349313713f321903f5bdc782
| Assignee | ||
Comment 20•6 years ago
|
||
| Assignee | ||
Comment 21•6 years ago
|
||
| Assignee | ||
Comment 22•6 years ago
|
||
A failing test uses a hidden pref to test the blocked panel with a local install from a file url. This panel is also hit with drag/drop of an xpi.
STR
- set xpinstall.whitelist.directRequest to false
- drop an xpi onto a new tab
Because we don't have a nice host name to show the user, and may not have a url (with drag/drop), I've choosen to insert "an unknown source" in place of the domain.
The overall wording is still a little awkward, but it's unlikely a user will hit this in the real world as it requires that pref flip to hit it. I need something here for the test to pass appropriately, and in the odd case we want something relatively readable.
| Assignee | ||
Comment 23•6 years ago
|
||
Comment 24•6 years ago
|
||
Is the host/source different from the site?
I am inclined to use this phrasing for this case:
Header: Allow an unknown site to install an add-on?
Body: You are attempting to install an add-on from an unknown site. Make sure you trust this site before continuing.
Buttons: Cancel / Continue to Installation
Comment 25•6 years ago
|
||
Comment 26•6 years ago
|
||
Comment 27•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Comment 28•6 years ago
|
||
| bugherder | ||
Comment 29•6 years ago
|
||
This is not translatable to my language. “an unknown site” needs different translations in xpinstallPromptMessage.header and xpinstallPromptMessage.message. Preferably, the versions for an unknown site would be separate strings. Do I need to reopen this bug, or file a new one?
Comment 30•6 years ago
|
||
Would "anonymous site" or "unidentifiable site" translate?
Comment 31•6 years ago
|
||
It wouldn’t change the problem in the slightest. Any phrase still needs to be declined appropriately.
Comment 32•6 years ago
|
||
Mark, can you weigh in when back in office? I believe you defined a solution for this.
| Assignee | ||
Comment 33•6 years ago
|
||
(In reply to Meridel from comment #30)
Would "anonymous site" or "unidentifiable site" translate?
Other disagreement on this is that these are local files or drag/drop operations and therefor not a "site". Again, we only hit this particular path when a hidden pref is flipped. Dealing with this is all about making a test pass. Unlikely any user will ever see it.
Comment 34•6 years ago
|
||
The unknown string should be getting fixed in bug 1544489. Looks like the solution we had discussed before.
Description
•