Skip to content

Commit

Permalink
Only render inline for main and sub frame requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaumbach committed Oct 30, 2012
1 parent 5a036ff commit 24b4a14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inline-media-type/inline-media-type.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
responseHeaders: details.responseHeaders
};
}, {
urls: ['<all_urls>']
urls: ['<all_urls>'],
types: ["main_frame", "sub_frame"]
}, ['blocking', 'responseHeaders']);
}());

0 comments on commit 24b4a14

Please sign in to comment.