Enforces trailing spaces
This commit is contained in:
parent
ba87d2fe11
commit
3461d02d05
6 changed files with 12 additions and 11 deletions
|
@ -50,7 +50,7 @@ chrome.webRequest.onBeforeRequest.addListener(
|
|||
function(details) {
|
||||
if (isPdfDownloadable(details)) // Defined in pdfHandler.js
|
||||
return;
|
||||
|
||||
|
||||
if (incognitoTabIds.indexOf(details.tabId) !== -1)
|
||||
return; // Doesn't work in incognito mode, so don't redirect.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue