Skip to content

Commit

Permalink
Merge pull request #236 from ccnmtl/settings-update
Browse files Browse the repository at this point in the history
Update "settingsupdate" text and whitelist stanford
  • Loading branch information
sdreher authored Oct 26, 2021
2 parents 7f275c3 + 73dd12a commit 6fca8f1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
2021-10-26 Nik Nyby <[email protected]>

* Update settings update text.

2020-08-18 Nik Nyby <[email protected]>

* Instead of doing $form.submit(), make an XHR request
* Instead of doing $form.submit(), make an XHR request
to avoid 'form-action' CSP restrictions. This fixes a media
collection problem with Flickr.

Expand Down
1 change: 1 addition & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"*://*.columbia.edu/*",
"*://*.dartmouth.edu/*",
"*://*.sc.edu/*",
"*://*.stanford.edu/*",
"*://localhost:*/*"
]
},
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ chrome.runtime.onMessageExternal.addListener(
customUrl: newUrl
}
}, function optionsSaved() {
sendResponse('Mediathread URL updated to: ' + newUrl);
sendResponse('The extension will now collect to: ' + newUrl);
});
}
return true;
Expand Down

0 comments on commit 6fca8f1

Please sign in to comment.