mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-11-01 09:09:51 +00:00
Adding logging for secure images
This commit is contained in:
parent
076638ad5c
commit
e8c0decd50
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ NEWSBLUR.Models.Story = Backbone.Model.extend({
|
|||
NEWSBLUR.Globals.is_staff) {
|
||||
_.each(this.get('secure_image_urls'), function(secure_url, url) {
|
||||
if (_.str.startsWith(url, "http://")) {
|
||||
// console.log(['Securing image url', url, secure_url]);
|
||||
console.log(['Securing image url', url, secure_url]);
|
||||
content = content.split(url).join(secure_url);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue