Closed Bug 1055176 Opened 10 years ago Closed 9 years ago

add "Report broken site" link to the tracking protection doorhanger

Categories

(Toolkit :: Safe Browsing, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1240064

People

(Reporter: mmc, Unassigned)

References

Details

Attachments

(2 files, 1 obsolete file)

Depends on https://bugzilla.mozilla.org/show_bug.cgi?id=1054379. Passing the URL and blocked nodes should happen as URL fragments so that populating the form doesn't automatically send information to whatever the endpoint is until the user clicks "Submit"
Assignee: nobody → gkontaxis
Status: NEW → ASSIGNED
(In reply to [:mmc] Monica Chew (please use needinfo) from comment #0) > Depends on https://bugzilla.mozilla.org/show_bug.cgi?id=1054379. > > Passing the URL and blocked nodes should happen as URL fragments so that > populating the form doesn't automatically send information to whatever the > endpoint is until the user clicks "Submit" Right. We could use JSON to package the top-level URL along with the URLs of blocked elements (see document.blockedTrackingNodes) and any other meta-data and append everything as a fragment identifier to the URL that will return the page with the submission form. The submission page could then use JS to retrieve it's own URL (document.location.href) and extract the fragment identifier, parse the JSON blob and populate the submission form. The browser will strip the fragment identifier from the submission page URL when making the request for it.
Attachment #8474706 - Attachment is obsolete: true
Blair suggested using a pref to fill this URL, setting it empty by default then not showing the link until the pref is full so turning on the link is a one-liner.
Assignee: georgios.kontaxis → nobody
Status: ASSIGNED → NEW
Component: DOM: Security → Safe Browsing
Product: Core → Toolkit
Depends on: 1054379
No longer blocks: 1029886
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: