Skip to content

Commit

Permalink
fix: CSP test (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Jun 26, 2024
1 parent 14f45e6 commit 6871789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ describe('verify', () => {
expect(resp.status).toBe(200)

let policy = resp.headers["content-security-policy"]
expect(policy).toBe(`frame-ancestors http://*.localhost http://localhost`)
expect(policy).toBe(`frame-ancestors http://*.localhost http://localhost https://localhost:* http://localhost:* https://*.localhost:* http://*.localhost:* https://127.0.0.1:* http://127.0.0.1:*`)
})

describe('invalid project ID', () => {
Expand Down

0 comments on commit 6871789

Please sign in to comment.