chromium / suspicious-site-reporter

Extension for reporting suspicious sites to Safe Browsing.
Apache License 2.0
96 stars 22 forks source link

Allow user to see and copy full URLs of Referrer Chain #67

Closed jidanni closed 4 years ago

jidanni commented 4 years ago

The user cannot see the full URLs of the Referrer Chain. 20635-0 Nor can he copy them. Nor can he generate a link preview of them in the lower left corner of the browser.

The best he can do is cross his fingers and hope for the best and click on them.

This extension should not only be for sending info to Google. Sometimes the user would like to know what he will be sending. In fact I was told to install this extension as a way to see what page referred another page...

livvielin commented 4 years ago

You should be able to expand the full URL by clicking on the individual URL in the preview. Since the main purpose is to see which URLs would be sent to Google, the copying feature isn't a huge priority, so closing this issue.

jidanni commented 4 years ago

Yes it turns out one clicks a link to see a preview. But that is a very dangerous precedent to set, and the first time I have ever encountered it.

Going this route, soon users of various apps won't know which clicks "commit" (to visiting a page, with all concomitant dangers) and which clicks just expand (so one can see the full URL to decide if one wants to "commit." )

jidanni commented 4 years ago

I would allow the box to be stretched from the bottom right corner, (like these GitHub comment boxes when editing.)

jidanni commented 4 years ago

Currently even if we click a URL, all we can do is see the rest of it. It would be useful if we could at least highlight and copy it as text. Also perhaps add checkboxes that could allow the user to exclude some URLs from being sent.

jidanni commented 4 years ago

In fact right clicking on one of the URLs and choosing Copy Link Address always copies "chrome-extension://jknemblkbdhdcpllfgbfekkdciegfboi/popup.html#" instead of the URL we are "on" (hovering over). While technically correct, it is rather a pity. It would be much more useful if we could copy the URL we are "on". Thanks.