Skip to content

Commit

Permalink
fix: disable Chrome security for cross origin iframes
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Apr 13, 2023
1 parent e7a68d8 commit 639b8cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = defineConfig({
projectId: '5fk191',
viewportWidth: 1280,
viewportHeight: 800,
chromeWebSecurity: false,
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
Expand Down

0 comments on commit 639b8cf

Please sign in to comment.