Skip to content

Commit 576bfa8

Browse files
committed
Try removing cross origin isolation
1 parent d33e7f7 commit 576bfa8

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

firebase.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,6 @@
1818
"value": "public, max-age=31536000, immutable"
1919
}
2020
]
21-
},
22-
{
23-
"regex": ".*course.*",
24-
"headers": [
25-
{
26-
"key": "Cross-Origin-Opener-Policy",
27-
"value": "same-origin"
28-
},
29-
{
30-
"key": "Cross-Origin-Embedder-Policy",
31-
"value": "require-corp"
32-
}
33-
]
3421
}
3522
]
3623
},

0 commit comments

Comments
 (0)