Skip to content

Commit

Permalink
misc: add csp domain for brand apps (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux authored Jul 4, 2024
1 parent 6d3af6f commit c9527c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/lib/constants.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const ICON_URL = 'https://raw.githubusercontent.com/ringcentral/trello-notification-app/main/icons/trello-legacy.png';
const COLOR_IMAGE_URL_BASE = 'https://raw.githubusercontent.com/ringcentral/trello-notification-app/main/icons/';
const DIALOG_ICON_URL = 'https://raw.githubusercontent.com/ringcentral/trello-notification-app/main/icons/trello.png';
const IFRAME_HOST_DOMAINS = "https://*.ringcentral.com https://*.ringcentral.biz https://*.glip.com https://*.glip.net https://glip.com https://*.labs.ringcentral.com http://*.integration.ringcentral.com http://*.devtest.ringcentral.com";
const IFRAME_HOST_DOMAINS = "https://*.ringcentral.com https://*.ringcentral.biz https://*.glip.com https://*.glip.net https://glip.com https://*.labs.ringcentral.com http://*.integration.ringcentral.com http://*.devtest.ringcentral.com https://*.unifyoffice.com https://*.officeathand.att.com https://*.cloudoffice.avaya.com https://*.cloudwork.bt.com https://*.rainbowoffice.com https://*.businessconnect.telus.com https://*.vodafonebusiness.ringcentral.com";

exports.ICON_URL = ICON_URL;
exports.COLOR_IMAGE_URL_BASE = COLOR_IMAGE_URL_BASE;
Expand Down

0 comments on commit c9527c6

Please sign in to comment.