Skip to content

Commit

Permalink
Merge pull request #63 from gnosis/fix-etherscan
Browse files Browse the repository at this point in the history
make etherscan load in iframe
  • Loading branch information
samepant authored Feb 9, 2023
2 parents afff11e + c0c050a commit 31045cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extension/src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ const updateRule = () => {
// @ts-expect-error @types/chrome has not been updated for Chrome Extensions Manifest V3
{ header: 'x-frame-options', operation: 'remove' },
// @ts-expect-error @types/chrome has not been updated for Chrome Extensions Manifest V3
{ header: 'X-Frame-Options', operation: 'remove' },
// @ts-expect-error @types/chrome has not been updated for Chrome Extensions Manifest V3
{ header: 'content-security-policy', operation: 'remove' },
// @ts-expect-error @types/chrome has not been updated for Chrome Extensions Manifest V3
{ header: 'Content-Security-Policy', operation: 'remove' },
],
},
condition: {
Expand Down

0 comments on commit 31045cd

Please sign in to comment.