Mink icon indicating copy to clipboard operation
Mink copied to clipboard

Unable to single-click to view submitted captures

Open machawk1 opened this issue 5 years ago • 2 comments

Browser reports "Cross-Origin Read Blocking (CORB) blocked cross-origin response" upon clicking IA or archive.is logo post-submission.

This is a blocker for next release.

5bd88751990aaaab5bfd0253fc67b375e56f32d2

  • [X] Fix single-click archiving to IA
  • [ ] Fix single-click archiving to archive.is (#300)
  • [ ] Fix notification of successful/failure of submission of URI

machawk1 avatar Nov 11 '19 19:11 machawk1

https://www.chromium.org/Home/chromium-security/extension-content-script-fetches

The logic for sending the request will need to be moved from the content script (displayMinkUI.js) to the background script (mink.js) and results sent via message passing.

machawk1 avatar Nov 11 '19 20:11 machawk1

In the issue-298 branch, submission to IA now works but submission to AIS needs the revisions in #300. The notification is now broken with this required message passing model but the logic should still be present to propagate the correct message or at least the conditional parameter to attribute the message.

machawk1 avatar Jan 24 '20 20:01 machawk1