From ae2938a177b84a1960dd9086534241c8914796c7 Mon Sep 17 00:00:00 2001 From: Joaquin Rivero Date: Wed, 23 Oct 2024 22:57:35 +0800 Subject: [PATCH 1/3] Match desktop shape on mobile --- acrobat/blocks/verb-widget/verb-widget.css | 44 ++++++++-------------- 1 file changed, 16 insertions(+), 28 deletions(-) diff --git a/acrobat/blocks/verb-widget/verb-widget.css b/acrobat/blocks/verb-widget/verb-widget.css index 08a9fa40..6857cfcd 100644 --- a/acrobat/blocks/verb-widget/verb-widget.css +++ b/acrobat/blocks/verb-widget/verb-widget.css @@ -249,6 +249,21 @@ margin-left: 15px; } +.verb-mobile-cta { + display: flex; + top: 324px; + left: 40px; + padding: 11px 25px; + border-radius: 47px; + background: #1473e6; + color: white; + white-space: nowrap; + font-weight: 700; + justify-content: center; + align-items: center; + width: 30%; +} + .verb-mobile-cta:hover, .verb-mobile-cta:active { background-color: #0054b6; @@ -263,20 +278,8 @@ flex: 1 1 55%; flex-direction: row; padding: 48px 0 48px 48px; - /* cursor: pointer; */ - } - .verb-mobile-cta { - background: #1473e6; - border-radius: 8px; - padding: 11px 27px; - color: #fff; - white-space: nowrap; - font-weight: 700; - display: flex; - justify-content: center; - align-items: center; - width: 30%; + /* cursor: pointer; */ } } @@ -315,19 +318,4 @@ .verb-cta { cursor: pointer; } - - .verb-mobile-cta { - display: flex; - top: 324px; - left: 40px; - padding: 11px 25px; - border-radius: 47px; - background: #1473e6; - color: white; - white-space: nowrap; - font-weight: 700; - justify-content: center; - align-items: center; - width: 30%; - } } From b799bb0644c8d7f364822d0828c3db2211d7191a Mon Sep 17 00:00:00 2001 From: Blaine Gunn Date: Mon, 28 Oct 2024 10:23:07 -0600 Subject: [PATCH 2/3] MWPW-161088 --- acrobat/scripts/contentSecurityPolicy/prod.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/acrobat/scripts/contentSecurityPolicy/prod.js b/acrobat/scripts/contentSecurityPolicy/prod.js index 7e0a4742..26befd85 100644 --- a/acrobat/scripts/contentSecurityPolicy/prod.js +++ b/acrobat/scripts/contentSecurityPolicy/prod.js @@ -50,6 +50,8 @@ const connectSrc = [ 'px.ads.linkedin.com', 'tr6.snapchat.com', 'ad.doubleclick.net', + 'main--unity--adobecom.hlx.live', + 'main--unity--adobecom.hlx.page', ';', ]; From b41163b5764ec9422dada8a119c14f48b4596bf9 Mon Sep 17 00:00:00 2001 From: Blaine Gunn Date: Mon, 28 Oct 2024 11:07:59 -0600 Subject: [PATCH 3/3] MWPW-161088 a few more --- acrobat/scripts/contentSecurityPolicy/prod.js | 3 ++- edgeworkers/Acrobat_DC_web_prod/utils/csp/prod.js | 15 ++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/acrobat/scripts/contentSecurityPolicy/prod.js b/acrobat/scripts/contentSecurityPolicy/prod.js index 26befd85..d241e632 100644 --- a/acrobat/scripts/contentSecurityPolicy/prod.js +++ b/acrobat/scripts/contentSecurityPolicy/prod.js @@ -25,7 +25,7 @@ const connectSrc = [ 'adobeioruntime.net', 'adobesearch.adobe.io', 'analytics.tiktok.com', - 'api.company-target.com/api/v2/', + 'api.company-target.com/', 'api.iperceptions.com', 'bat.bing.com/', 'c.go-mpulse.net', @@ -245,6 +245,7 @@ const scriptSrc = [ 'yjtag.yahoo.co.jp', 'rum.hlx.page', 'tr.snapchat.com', + 'api.demandbase.com/api/v3', ';', ]; diff --git a/edgeworkers/Acrobat_DC_web_prod/utils/csp/prod.js b/edgeworkers/Acrobat_DC_web_prod/utils/csp/prod.js index 5d402f57..3195d999 100644 --- a/edgeworkers/Acrobat_DC_web_prod/utils/csp/prod.js +++ b/edgeworkers/Acrobat_DC_web_prod/utils/csp/prod.js @@ -25,7 +25,7 @@ const connectSrc = [ 'adobeioruntime.net', 'adobesearch.adobe.io', 'analytics.tiktok.com', - 'api.company-target.com/api/v2/', + 'api.company-target.com/', 'api.iperceptions.com', 'bat.bing.com/', 'c.go-mpulse.net', @@ -46,6 +46,18 @@ const connectSrc = [ 'trial-eum-clienttons-s.akamaihd.net/', '*.akstat.io/', 'rum.hlx.page', + 'rum.hlx.page', + 'facebook.com', + 'px.ads.linkedin.com', + 'tr6.snapchat.com', + 'ad.doubleclick.net', + 'rum.hlx.page', + 'facebook.com', + 'px.ads.linkedin.com', + 'tr6.snapchat.com', + 'ad.doubleclick.net', + 'main--unity--adobecom.hlx.live', + 'main--unity--adobecom.hlx.page', ';', ]; @@ -237,6 +249,7 @@ const scriptSrc = [ 's.yimg.jp', 'yjtag.yahoo.co.jp', 'rum.hlx.page', + 'api.demandbase.com/api/v3', ';', ];