Skip to content

Commit 9b1e255

Browse files
authored
Update contentful-app-manifest.json to allow networks from Braze EU (#10099)
1 parent 01d9199 commit 9b1e255

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/braze/contentful-app-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "Function to create content blocks from App Action.",
77
"path": "functions/createContentBlocks.js",
88
"entryFile": "functions/createContentBlocks.ts",
9-
"allowNetworks": ["https://*.braze.com"],
9+
"allowNetworks": ["https://*.braze.com", "https://*.braze.eu"],
1010
"accepts": ["appaction.call"]
1111
},
1212
{
@@ -15,7 +15,7 @@
1515
"description": "Function to get content blocks from App Action.",
1616
"path": "functions/getContentBlocks.js",
1717
"entryFile": "functions/getContentBlocks.ts",
18-
"allowNetworks": ["https://*.braze.com"],
18+
"allowNetworks": ["https://*.braze.com", "https://*.braze.eu"],
1919
"accepts": ["appaction.call"]
2020
},
2121
{
@@ -24,7 +24,7 @@
2424
"description": "Function to handle App Events.",
2525
"path": "functions/appEventHandler.js",
2626
"entryFile": "functions/appEventHandler.ts",
27-
"allowNetworks": ["https://*.braze.com"],
27+
"allowNetworks": ["https://*.braze.com", "https://*.braze.eu"],
2828
"accepts": ["appevent.handler"]
2929
}
3030
],

0 commit comments

Comments
 (0)