Mink
Mink copied to clipboard
Unable to single-click to view submitted captures
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
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.
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.