Releases: ccnmtl/mediathread-chrome
Releases · ccnmtl/mediathread-chrome
0.9.20
- Updated settings update text.
- Added whitelist for stanford domains.
0.9.19
- Fix "new URL" message
- Instead of doing $form.submit(), make an XHR request
to avoid 'form-action' CSP restrictions. This fixes a media
collection problem with Flickr.
0.9.18
- Fix Vimeo video collection
- Fix setting custom URL name: use only hostname
0.9.17
- Don't include CORS credentials in YouTube request - fixes YouTube collection.
- Updated jQuery to 3.5.1.
0.9.16
- Fix Artstor asset collection
- Update jQuery to 3.4.1
0.9.15
- Fix CORB error when collecting YouTube videos
- Update Mediathread url to use *.ctl
- Remove mediathread.qa url option
0.9.14
- Fixed a CORB request problem that was introduced in Chrome 73.
0.9.13
Fixed more duplicate slash errors in other parts of the code by using a proper URL parser.
0.9.12
Fixed duplicate slash error when loading auth state from Mediathread.
0.9.11
- Update jQuery to 3.3.1
- Update URI.js
- Update underscore.js