Skip to content

Commit

Permalink
Request to iframe open chat for my portfolio & POC (#6712)
Browse files Browse the repository at this point in the history
  • Loading branch information
MITCHELLKURTZMAN authored Nov 4, 2024
1 parent ace2c9f commit 2f46969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/app/.ic-assets.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"X-XSS-Protection": "1; mode=block",
"Content-Security-Policy": "frame-ancestors https://4hy5z-qaaaa-aaaal-addrq-cai.icp0.io https://desktop.windoge98.com https://vault-bet.com https://www.vault-bet.com https://gooble.app https://signalsicp.com https://kjfeq-waaaa-aaaan-qedva-cai.icp0.io https://spyzr-gqaaa-aaaan-qd66q-cai.icp0.io https://221bravo.app https://ht7v7-iaaaa-aaaak-qakga-cai.icp0.io https://mdocx-gyaaa-aaaak-qcbsq-cai.icp0.io https://calm-pasca-49d7be.netlify.app http://localhost:5173 https://zexzi-jyaaa-aaaam-abj3q-cai.icp0.io https://xw4dq-4yaaa-aaaam-abeuq-cai.ic0.app https://zkpoker.app https://panoramablock.com https://zdgud-kqaaa-aaaal-ajn4q-cai.icp0.io https://okowr-oqaaa-aaaag-qkedq-cai.icp0.io https://pre.konecta.one https://konecta.one https://y7mum-taaaa-aaaag-qklxq-cai.icp0.io https://dragonwizards.club https://ic-vc.com https://mnc6b-aaaaa-aaaap-qhnrq-cai.icp0.io https://e4tvt-6yaaa-aaaao-a3sdq-cai.icp0.io;",
"Content-Security-Policy": "frame-ancestors https://4hy5z-qaaaa-aaaal-addrq-cai.icp0.io https://desktop.windoge98.com https://vault-bet.com https://www.vault-bet.com https://gooble.app https://signalsicp.com https://kjfeq-waaaa-aaaan-qedva-cai.icp0.io https://spyzr-gqaaa-aaaan-qd66q-cai.icp0.io https://221bravo.app https://ht7v7-iaaaa-aaaak-qakga-cai.icp0.io https://mdocx-gyaaa-aaaak-qcbsq-cai.icp0.io https://calm-pasca-49d7be.netlify.app http://localhost:5173 https://zexzi-jyaaa-aaaam-abj3q-cai.icp0.io https://xw4dq-4yaaa-aaaam-abeuq-cai.ic0.app https://zkpoker.app https://panoramablock.com https://zdgud-kqaaa-aaaal-ajn4q-cai.icp0.io https://okowr-oqaaa-aaaag-qkedq-cai.icp0.io https://pre.konecta.one https://konecta.one https://y7mum-taaaa-aaaag-qklxq-cai.icp0.io https://dragonwizards.club https://ic-vc.com https://mnc6b-aaaaa-aaaap-qhnrq-cai.icp0.io https://e4tvt-6yaaa-aaaao-a3sdq-cai.icp0.io https://mitchkurtzman.com https://wk3k3-vaaaa-aaaak-adtza-cai.icp0.io;",
},
allow_raw_access: false,
},
Expand Down
4 changes: 3 additions & 1 deletion frontend/app/src/stores/xframe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ const FRAME_ANCESTORS = [
"https://e4tvt-6yaaa-aaaao-a3sdq-cai.icp0.io", // dragon paladin wizard
"https://dragonwizards.club", // dragon paladin wizard web2 test
"https://ic-vc.com", // ICVC via domain
"https://mnc6b-aaaaa-aaaap-qhnrq-cai.icp0.io" // ICVC via canister ID
"https://mnc6b-aaaaa-aaaap-qhnrq-cai.icp0.io", // ICVC via canister ID
"https://mitchkurtzman.com", //Mitch's portfolio POC Domain
"https://wk3k3-vaaaa-aaaak-adtza-cai.icp0.io" //Mitch's portfilio POC canister ID
];

type InboundXFrameMessage = UpdateTheme | ChangeRoute | OverrideSettings | Logout;
Expand Down

0 comments on commit 2f46969

Please sign in to comment.