Skip to content

Commit

Permalink
uncomment logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Cristian Petcu committed Jul 29, 2019
1 parent f884339 commit be494f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ function rewriteCSPHeader(e) {
newValue = insertOrAppend('img-src', "www.gstatic.com", newValue, defaultSrc);
newValue = insertOrAppend('img-src', "www.google.com", newValue, defaultSrc);
const joinedCsp = joinCsp(newValue);
// console.log("..." + e.url + " " + e.type);
// console.log("---" + header.value);
// console.log("+++" + joinedCsp);
// console.log(header.value === joinedCsp);
console.log("..." + e.url + " " + e.type);
console.log("---" + header.value);
console.log("+++" + joinedCsp);
console.log(header.value === joinedCsp);
header.value = joinedCsp;
}
}
Expand Down

0 comments on commit be494f6

Please sign in to comment.