Skip to content

Commit

Permalink
Revert "added cio headers (#6404)" (#6789)
Browse files Browse the repository at this point in the history
This reverts commit f2ac8c3.
  • Loading branch information
mischnic committed Aug 29, 2021
1 parent f30f056 commit 6e3ff0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/reporters/dev-server/src/Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ function setHeaders(res: Response) {
'Access-Control-Allow-Headers',
'Origin, X-Requested-With, Content-Type, Accept, Content-Type',
);
res.setHeader('Cross-Origin-Opener-Policy', 'same-origin');
res.setHeader('Cross-Origin-Embedder-Policy', 'require-corp');
}

const SOURCES_ENDPOINT = '/__parcel_source_root';
Expand Down

0 comments on commit 6e3ff0c

Please sign in to comment.