npm package diff

Package: @forge/csp

Versions: 3.6.2-experimental-900adc2 - 3.7.0-next.0

File: package/out/csp/csp-injection-service.js

Index: package/out/csp/csp-injection-service.js
===================================================================
--- package/out/csp/csp-injection-service.js
+++ package/out/csp/csp-injection-service.js
@@ -87,8 +87,9 @@
         if (isTunnelling) {
             allowed.push(...['ws://localhost:*', 'http://localhost:*']);
         }
         allowed.push(`https://api.${microsEnv === 'prod' ? '' : 'stg.'}atlassian.com/metal/ingest`);
+        allowed.push(`${ATLASSIAN_API_GATEWAY_HOST[microsEnv]}/gateway/api/emoji/`);
         return allowed;
     }
     getFrameAncestors(microsEnv, hostname) {
         let frameAncestors = [];