We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6cd89 commit c5bf5b7Copy full SHA for c5bf5b7
generate-firebase-json.js
@@ -52,7 +52,7 @@ const generateFirebaseJson = (
52
.replace(/index\.html/, "(index.html)?")
53
.replace(/\.html/, "(\\.html)?")
54
cspHeadersForSourceGlob = [{
55
- sources: `^/${sourcesGlob}$`,
+ source: `^/${sourcesGlob}$`,
56
headers: [
57
{
58
key: 'Content-Security-Policy',
0 commit comments