Skip to content

Commit

Permalink
Merge pull request #72 from peterklingelhofer/id-server-origin-allowlist
Browse files Browse the repository at this point in the history
fix: add id server to origin allow list
  • Loading branch information
peterklingelhofer authored Aug 12, 2022
2 parents d03d348 + ecc0932 commit 74261ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Resonate",
"slug": "stream-app",
"privacy": "unlisted",
"version": "1.2.1",
"version": "1.2.2",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
Expand All @@ -21,7 +21,7 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.resonate.stream-app",
"buildNumber": "1.2.1",
"buildNumber": "1.2.2",
"infoPlist": {
"UIBackgroundModes": [
"audio",
Expand All @@ -35,7 +35,7 @@
"backgroundColor": "#FFFFFF"
},
"package": "com.resonate.streamapp",
"versionCode": 121
"versionCode": 122
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down
1 change: 1 addition & 0 deletions client/services/originAllowList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Platform } from "react-native";
export const originAllowList: string[] = [
"https://community.resonate.is",
"https://community.resonate.coop",
"https://id.resonate.coop",
"https://js.stripe.com",
"https://m.stripe.network",
"https://offen.resonate.is",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-app",
"version": "1.2.1",
"version": "1.2.2",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down

0 comments on commit 74261ff

Please sign in to comment.