Skip to content

Commit

Permalink
fix: RSS will not trigger the download anymore
Browse files Browse the repository at this point in the history
resolve #15
  • Loading branch information
RossWang committed Jan 19, 2018
1 parent 1bc9483 commit ab6ff78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions App/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ function observeResponse(d) {
&& contentType.slice(12, 17) != "xhtml"
&& contentType.slice(12, 23) != "x-xpinstall"
&& contentType.slice(12, 29) != "x-shockwave-flash"
&& contentType.slice(12, 15) != "rss"
&& contentType.slice(12, 16) != "json" ) {
//console.log(contentType);
prepareDownload(d);
Expand Down

0 comments on commit ab6ff78

Please sign in to comment.