Skip to content

Commit

Permalink
Merge pull request #602 from adobecom/stage
Browse files Browse the repository at this point in the history
DC MILO 0.2411
  • Loading branch information
Blainegunn authored Mar 12, 2024
2 parents 2eed97d + e5788eb commit 1524a4d
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 13 deletions.
9 changes: 0 additions & 9 deletions CODEOWNERS

This file was deleted.

2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, gender identity and expression, level of experience,
nationality, personal appearance, race, religion, or sexual identity and
orientation..
orientation.

## Our Standards

Expand Down
2 changes: 2 additions & 0 deletions acrobat/scripts/contentSecurityPolicy/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const connectSrc = [
'14257-chimera-stage.adobeioruntime.net',
'14257-chimera.adobeioruntime.net',
'*.adobe.com',
'stage.adobeccstatic.com',
'*.adobe.io',
'*.adobelogin.com',
'*.amazonaws.com',
Expand Down Expand Up @@ -116,6 +117,7 @@ const imgSrc = [
'about:',
'blob:',
'data:',
'stage.adobeccstatic.com',
'*.clarity.ms',
'*.enterprise.adobe.com',
'*.services.adobe.com',
Expand Down
5 changes: 4 additions & 1 deletion acrobat/scripts/contentSecurityPolicy/prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const connectSrc = [
'blob:',
'14257-chimera.adobeioruntime.net',
'*.adobe.com',
'prod.adobeccstatic.com',
'*.clicktale.net/',
'*.adobe.io',
'*.adobelogin.com',
Expand Down Expand Up @@ -109,6 +110,7 @@ const imgSrc = [
'about:',
'blob:',
'data:',
'prod.adobeccstatic.com',
'*.clarity.ms',
'*.enterprise.adobe.com',
'*.services.adobe.com',
Expand Down Expand Up @@ -208,6 +210,7 @@ const scriptSrc = [
'servedby.flashtalking.com',
'snap.licdn.com',
'so.rlcdn.com/',
'prod.adobeccstatic.com',
'static.ads-twitter.com',
't.co/i',
'tag.clrstm.com',
Expand Down Expand Up @@ -245,7 +248,7 @@ const styleSrc = [
'\'unsafe-inline\'',
'*.adobe.com',
'accounts.google.com/gsi/style',
'adobeccstatic.com',
'prod.adobeccstatic.com',
'use.typekit.net',
'main--milo--adobecom.hlx.page',
'p.typekit.net',
Expand Down
2 changes: 2 additions & 0 deletions acrobat/scripts/contentSecurityPolicy/stage.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const connectSrc = [
'14257-chimera-stage.adobeioruntime.net',
'14257-chimera.adobeioruntime.net',
'*.adobe.com',
'stage.adobeccstatic.com',
'*.adobe.io',
'*.adobelogin.com',
'*.amazonaws.com',
Expand Down Expand Up @@ -119,6 +120,7 @@ const imgSrc = [
'blob:',
'data:',
'*.adobe.com',
'stage.adobeccstatic.com',
'*.clarity.ms',
'*.enterprise.adobe.com',
'*.services.adobe.com',
Expand Down
4 changes: 4 additions & 0 deletions acrobat/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,10 @@ const CONFIG = {
version: '1.0',
onDemand: false,
},
htmlExclude: [
/www\.adobe\.com\/(\w\w(_\w\w)?\/)?express(\/.*)?/,
/www\.adobe\.com\/(\w\w(_\w\w)?\/)?go(\/.*)?/,
],
};

// Setting alternative Jarcis client ID for these paths
Expand Down
4 changes: 2 additions & 2 deletions edgeworkers/Acrobat_DC_web_prod/bundle.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"edgeworker-version": "0.83",
"description" : "remove hash for legacy.js IE/Trident script"
"edgeworker-version": "0.84",
"description" : "Test stage deployment"
}

0 comments on commit 1524a4d

Please sign in to comment.