Sitewide Contexts

Sitewide Contexts can be used to make rendering decisions in templates.

Be mindful that detail and other pages are cached by default on the CDN. If you make a Server-Side-Rendering decision based on a context, then it could be cached for all users. In order to render bot or personalized content, either Cache Bypass rules must be set up in the CDN or the context must only be used in Client-Side-Rendering code. Warning - never cache bot or personalized content!

Composability

Video - Designing for composability in Qwik
Video outline

- useContext vs. props in Qwik

- component reuse
  - composability (atomic design)
    - in site - [atomic design](https://bradfrost.com/blog/post/atomic-web-design/)
    - in other sites - [atomic design](https://qwik.dev/docs/advanced/containers/)

- component testing techniques
  - encapsulation makes testing easier
  - props - straightforward
  - dependency injection - harder to understand

- scope determines the best way to access state
  - separation of concerns - limit scope to minimum level
    - sitewide environment (affects all components) 
      - useContext
      - useLocation
      - css Themes, etc.
    - component environment 
      - props + useStore for encapsulation of data
      - component DOM properties are also an underused option to store local state          
          

Sitewide Contexts

useDev

{
  "isDev": false,
  "performance": {},
  "timeStamp": 1765393311484
}

useRender

{
  "isBrandOrigin": false,
  "isCsr": false,
  "isDev": false,
  "isFragment": false,
  "isLib": true,
  "isMinWidth0Rem": false,
  "isMinWidth48Rem": false,
  "isMinWidth64Rem": true,
  "isProd": true,
  "isSsr": false,
  "route": {
    "urlMatch": {
      "include": "/docs/.+"
    },
    "error": {
      "type": 404,
      "errorPageUrl": "/docs/errors/search/404"
    },
    "routeType": "notFoundSearch",
    "analyticsId": "unknown"
  },
  "isMobileUa": false,
  "isTabletUa": false,
  "isBotUa": true
}

useReq

{
  "headers": {
    "accept": "*/*",
    "accept-encoding": "gzip, br",
    "cf-connecting-ip": "216.73.216.185",
    "cf-ipcountry": "US",
    "cf-ray": "9abefe44bebdb179",
    "cf-visitor": "{\"scheme\":\"https\"}",
    "connection": "Keep-Alive",
    "host": "ssm-site.pages.dev",
    "user-agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
    "x-forwarded-proto": "https",
    "x-real-ip": "216.73.216.185"
  },
  "url": "https://ssm-site.pages.dev/docs/contexts",
  "cf": {
    "httpProtocol": "HTTP/2",
    "clientAcceptEncoding": "gzip, deflate, br",
    "requestPriority": "weight=16;exclusive=0;group=0;group-weight=0",
    "edgeRequestKeepAliveStatus": 1,
    "requestHeaderNames": {},
    "clientTcpRtt": 2,
    "colo": "CMH",
    "asn": 16509,
    "asOrganization": "Anthropic, PBC",
    "country": "US",
    "isEUCountry": false,
    "city": "Columbus",
    "continent": "NA",
    "region": "Ohio",
    "regionCode": "OH",
    "timezone": "America/New_York",
    "longitude": "-82.99879",
    "latitude": "39.96118",
    "postalCode": "43215",
    "tlsVersion": "TLSv1.3",
    "tlsCipher": "AEAD-AES256-GCM-SHA384",
    "tlsClientRandom": "EeQVgvgFqOZDwNCvBgWQ/OjHltEMmQ27Rrnf2X2PjPQ=",
    "tlsClientCiphersSha1": "WUS9+h7TjVkF9aEouGuCEMjGQGA=",
    "tlsClientExtensionsSha1": "Nvfc25cZO8qj8Ucem7aAHvYYBvo=",
    "tlsClientExtensionsSha1Le": "J5OONXk9uaY+vmUk9ZQCZBTKQ8c=",
    "tlsExportedAuthenticator": {
      "clientHandshake": "cb7acc93316cff08d4224d327067a8afd2e2eb41f180743a148c8844202bf7e349cc7fd9da28209e35040480caa9bf1f",
      "serverHandshake": "abdc315e6d8856106ec4d6b451eefadaf059b121dae3af3af0f775dff5ea340fc81eab47da96702c370e8a1be8cf7fb8",
      "clientFinished": "27bf6745b5505aad4126744ae7c5ff6d1d6bbbd5316a2629a46018f22911fc66fb144dd52500fa559291d52711f92a5c",
      "serverFinished": "9ffe62fb654bfd8f1bdbe98754f6af7d0d554acf4fe65879e5fe700a4334f361ad38fc07a27cbf63c2f57eb2e5995d8f"
    },
    "tlsClientHelloLength": "254",
    "tlsClientAuth": {
      "certPresented": "0",
      "certVerified": "NONE",
      "certRevoked": "0",
      "certIssuerDN": "",
      "certSubjectDN": "",
      "certIssuerDNRFC2253": "",
      "certSubjectDNRFC2253": "",
      "certIssuerDNLegacy": "",
      "certSubjectDNLegacy": "",
      "certSerial": "",
      "certIssuerSerial": "",
      "certSKI": "",
      "certIssuerSKI": "",
      "certFingerprintSHA1": "",
      "certFingerprintSHA256": "",
      "certNotBefore": "",
      "certNotAfter": ""
    },
    "verifiedBotCategory": "",
    "pagesHostName": "ssm-site.pages.dev",
    "botManagement": {
      "corporateProxy": false,
      "verifiedBot": false,
      "jsDetection": {
        "passed": false
      },
      "staticResource": false,
      "detectionIds": {},
      "score": 99
    }
  }
}

useConfig

{
  "api": {
    "careNavPromoCategories": false,
    "careSaytApi": "https://carenav-sayt.azurewebsites.net/CareSAYT",
    "careSenseFacetsEnabled": false,
    "fastPagesProdOrigin": "https://getcare.ssmhealth.com",
    "omniCareNavSearchPath": "/api/carenav/category-results",
    "omniCategoryPath": "/api/carenav/care-category-listing",
    "omni500timeout": 10000,
    "omniLocationCategoryPath": "/api/carenav/locations-categories",
    "omniDataPath": "/api/OmniData",
    "omniOrigin": "https://ssmomni.azurewebsites.net/",
    "omniSearchFacetPath": "/api/OmniSearchFacets",
    "omniSearchPath": "/api/OmniSearch",
    "omniSitemapPath": "/api/OmniSitemap",
    "omniVersion": "2.17.0",
    "imageOrigin": "https://www.ssmhealth.com",
    "omniVersionMajor": 2,
    "omniVersionMinor": 17,
    "omniVersionPatch": 0
  },
  "brand": "ssm",
  "booking": {
    "opts": {
      "displayMoreLocationsBooking": true,
      "hideCallMsg": false,
      "pagination": true,
      "persistUserSession": true,
      "removeEmptyVisitTypes": false,
      "useLocalTime": false
    },
    "locationVersion": "v2",
    "clinicianVersion": "v3",
    "clinicianApiV3": "https://api.getcare.ssmhealth.com",
    "clinicianScheduling": "https://scheduling.getcare.ssmhealth.com/provider",
    "clinicianApi": "https://api.demo-uat.dex.care/v1/providers/",
    "clinicianApiV5": "/api/provider/timeslot/",
    "proxyV5origin": "https://api.demo-uat.dex.care",
    "slotSearchV5": "/v5/slots/search",
    "careOptionOrigin": "https://api.getcare.ssmhealth.com/v1/availability/slots",
    "departmentOrigin": "https://api.getcare.ssmhealth.com/v1/departments/",
    "locationTimeslotOrigin": "/api/location/timeslot/",
    "retailScheduling": "https://scheduling.getcare.ssmhealth.com/retail/",
    "virtualScheduling": "https://scheduling.demo-uat.dex.care/virtual",
    "cacheDepartmentData": true
  },
  "carecoreVersion": "v5.1.0",
  "configOverrideParam": true,
  "cssTheme": {
    "--brand-color-primary-light": "26, 166, 183",
    "--brand-color-primary": "0, 132, 135",
    "--brand-color-primary-dark": "0, 92, 95",
    "--brand-color-secondary-light": "0, 31, 95",
    "--brand-color-secondary": "0, 31, 95",
    "--brand-color-secondary-dark": "0, 31, 95",
    "--brand-color-tertiary-light": "97, 162, 37",
    "--brand-color-tertiary": "97, 162, 37",
    "--brand-color-tertiary-dark": "97, 162, 37",
    "--brand-color-quaternary-light": "100, 170, 250",
    "--brand-color-quaternary": "100, 170, 250",
    "--brand-color-quaternary-dark": "100, 170, 250",
    "--brand-color-neutral-0": "0, 0, 0",
    "--brand-color-neutral-10": "54, 54, 54",
    "--brand-color-neutral-20": "72, 70, 76",
    "--brand-color-neutral-30": "83, 83, 83",
    "--brand-color-neutral-40": "178, 178, 178",
    "--brand-color-neutral-50": "201, 201, 201",
    "--brand-color-neutral-60": "203, 203, 203",
    "--brand-color-neutral-70": "229, 231, 235",
    "--brand-color-neutral-80": "236, 236, 236",
    "--brand-color-neutral-90": "243, 243, 243",
    "--brand-color-neutral-95": "252, 252, 252",
    "--brand-color-neutral-99": "255, 251, 254",
    "--brand-color-neutral-100": "255, 255, 255",
    "--brand-color-link": "0, 132, 135",
    "--brand-color-success": "0, 132, 135",
    "--brand-color-warning": "255, 0, 0",
    "--brand-color-rating-stars": "0, 132, 135",
    "--brand-color-header": "54, 54, 54",
    "--brand-button-border-radius": "0",
    "--brand-button-border-width": "1px",
    "--brand-input-border-radius": "0",
    "--brand-input-open-border-radius": "20px",
    "--brand-input-border-width": "1px",
    "--brand-select-border-radius": "0",
    "--brand-select-border-width": "1px",
    "--brand-checkbox-border-radius": "4px",
    "--brand-checkbox-border-width": "1px",
    "--brand-panel-border-radius": "0px",
    "--brand-img-border-radius": "0",
    "--brand-font-family-body": "\"Open Sans\", Arial, sans-serif",
    "--brand-font-family-body2": "Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
    "--brand-font-family-display": "\"Open Sans\", Arial, sans-serif",
    "--brand-custom-name": "0, 31, 95",
    "--brand-custom-name-hover": "0, 31, 95"
  },
  "displayDistance": false,
  "displayMiddleNames": true,
  "dexPrefsMaxAge": "2592000",
  "env": "prod",
  "head": {
    "links": [
      {
        "rel": "shortcut icon",
        "href": "/ssm/favicon-32.png"
      },
      {
        "rel": "apple-touch-icon",
        "href": "/ssm/favicon-32.png"
      },
      {
        "rel": "preload",
        "href": "/ssm/fonts/opensans.ttf",
        "as": "font",
        "type": "font/ttf",
        "crossorigin": ""
      },
      {
        "rel": "preload",
        "href": "/ssm/fonts/opensans.ttf",
        "as": "font",
        "type": "font/ttf",
        "crossorigin": ""
      }
    ],
    "meta": [
      {
        "name": "robots",
        "content": "noindex, nofollow"
      }
    ],
    "styles": [
      {
        "style": "
          @font-face {
            font-family: 'Open Sans';
            src: url('/ssm/fonts/opensans.ttf');
            font-display: block;
          }
          "
      }
    ]
  },
  "images": {
    "department": {
      "transformations": "width=480,fit=cover",
      "height": "160",
      "sources": [
        {
          "media": "(min-width: 1024px)",
          "transformations": "width=1024,fit=cover"
        },
        {
          "media": "(min-width: 768px)",
          "transformations": "width=768,fit=cover"
        }
      ],
      "styles": "departmentHeroImg aspect-video block h-36 w-full object-cover overflow-hidden rounded-brand-img min-[400px]:h-60 lg:w-[828px]",
      "width": "auto"
    },
    "clinician": {
      "transformations": "width=300,fit=cover",
      "height": "200",
      "placeholder": "https://womphealthwp.ampify.care/7910/Placeholder.png",
      "styles": "clinicianHeroImg aspect-square w-[200px] max-w-none overflow-hidden rounded-brand-img border border-solid",
      "width": "200"
    },
    "useImageOptimizer": true
  },
  "map": {
    "defaultLatLng": {
      "lat": 47.5741,
      "lng": -122.3975
    },
    "defaultLocation": "Portland, OR",
    "defaultMarker": {
      "markerType": "svg",
      "elementString": "
      <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"40\" height=\"52\" viewBox=\"0 0 50 70\" fill=\"#c84b26\">
        <path d='M23.0164 65.9543L23.1657 66.1684H23.1916C24.6865 68.0042 27.5944 67.9503 28.9836 65.9543C32.3385 61.1395 35.2121 57.0864 37.6687 53.6214C42.127 47.3332 45.2122 42.9818 47.309 39.5289C48.9416 36.8407 49.9943 34.6678 50.6355 32.5227C51.2779 30.3736 51.5 28.277 51.5 25.7506C51.5 11.7942 40.0847 0.5 26 0.5C11.9153 0.5 0.5 11.7942 0.5 25.7506C0.5 28.277 0.72208 30.3736 1.36449 32.5227C2.00572 34.6678 3.05844 36.8407 4.69097 39.5289C6.78784 42.9817 9.87301 47.3332 14.3312 53.6213C16.7879 57.0864 19.6615 61.1395 23.0164 65.9543ZM35.9133 25.7506C35.9133 31.1591 31.4753 35.5601 26 35.5601C20.5247 35.5601 16.0867 31.1591 16.0867 25.7506C16.0867 20.3421 20.5247 15.9412 26 15.9412C31.4753 15.9412 35.9133 20.3421 35.9133 25.7506Z' /> 
      </svg>",
      "fillColor": "#131f60",
      "strokeColor": "#ffffff"
    },
    "geoStorageName": "location"
  },
  "reviews": {
    "useAlternateReviewsApi": false
  },
  "routes": {
    "all": {
      "headers": {
        "Referrer-Policy": "strict-origin-when-cross-origin",
        "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
        "X-Content-Type-Options": "nosniff",
        "X-Frame-Options": "SAMEORIGIN"
      },
      "scripts": [
        {
          "element": {
            "cmp": "script",
            "attr": {
              "defer": true,
              "src": "https://static.cloudflareinsights.com/beacon.min.js",
              "data-cf-beacon": "{\"token\":\"922af61282d747d8b26c7f71fc0c4675\"}"
            }
          },
          "insertTiming": "bodyEnd",
          "key": "cloudflareCWVScript"
        },
        {
          "element": {
            "cmp": "script",
            "attr": {},
            "children": [
              "(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
            new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
            j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
            'https://phi-protect-demo.azurewebsites.net/demo/(d3d3Lmdvb2dsZXRhZ21hbmFnZXIuY29t)/(Z3RtLmpz)?id='+i+dl;j.nonce={nonce};f.parentNode.insertBefore(j,f);
            })(window,document,'script','dataLayer','GTM-5JDBLMZ8');"
            ]
          },
          "insertTiming": "endHead",
          "key": "GTMScript"
        },
        {
          "element": {
            "cmp": "script",
            "attr": {
              "type": "text/javascript"
            },
            "children": [
              "window.heapReadyCb=window.heapReadyCb||[],window.heap=window.heap||[],heap.load=function(e,t){window.heap.envId=e,window.heap.clientConfig=t=t||{},window.heap.clientConfig.shouldFetchServerConfig=!1;var a=document.createElement(\"script\");a.type=\"text/javascript\",a.async=!0,a.src=\"https://cdn.us.heap-api.com/config/\"+e+\"/heap_config.js\";var r=document.getElementsByTagName(\"script\")[0];r.parentNode.insertBefore(a,r);var n=[\"init\",\"startTracking\",\"stopTracking\",\"track\",\"resetIdentity\",\"identify\",\"identifyHashed\",\"getSessionId\",\"getUserId\",\"getIdentity\",\"addUserProperties\",\"addEventProperties\",\"removeEventProperty\",\"clearEventProperties\",\"addAccountProperties\",\"addAdapter\",\"addTransformer\",\"addTransformerFn\",\"onReady\",\"addPageviewProperties\",\"removePageviewProperty\",\"clearPageviewProperties\",\"trackPageview\"],i=function(e){return function(){var t=Array.prototype.slice.call(arguments,0);window.heapReadyCb.push({name:e,fn:function(){heap[e]&&heap[e].apply(heap,t)}})}};for(var p=0;p<n.length;p++)heap[n[p]]=i(n[p])};heap.load(\"2622532780\");"
            ]
          },
          "insertTiming": "endHead",
          "key": "heapScript"
        },
        {
          "element": {
            "cmp": "script",
            "attr": {
              "type": "application/json",
              "id": "dcAnalyticsConfig"
            },
            "children": [
              "{
                \"adobe\": {
                  \"organizationId\": \"82961DB664F112A10A495E58@AdobeOrg\",
                  \"datastreamId\": \"aeabc636-4562-4c75-8fc0-78ed65038907\"
                },
                \"google\": {
                  \"dataLayerName\": \"dataLayer\"
                },
                \"isDebugEnabled\": false,
                \"appType\": \"bfcache\"
              }"
            ]
          },
          "insertTiming": "endHead",
          "key": "dcAnalyticsConfig"
        },
        {
          "element": {
            "cmp": "script",
            "attr": {
              "async": true,
              "src": "/api/proxy/https://dex-analytics.pages.dev/analytics.js"
            }
          },
          "insertTiming": "endHead",
          "key": "dexcareAnalyticsScript"
        }
      ]
    },
    "docs": {
      "headers": {
        "Cache-Control": null
      },
      "urlMatch": {
        "include": "^/(docs)?/?$"
      },
      "redirectAction": {
        "action": "redirect",
        "path": "/docs"
      }
    },
    "docsNoStore": {
      "headers": {
        "Cache-Control": null
      }
    },
    "fragmentSAYT": {
      "headers": {
        "Cache-Control": null,
        "Cdn-Cache-Control": "max-age=604800, stale-if-error=86400"
      }
    },
    "home": {
      "headers": {
        "Cache-Control": null,
        "Cdn-Cache-Control": "max-age=43200, stale-if-error=86400"
      },
      "urlMatch": {
        "include": "^(/docs/theme-\\d/)?/care-nav/?$"
      },
      "redirectAction": {
        "action": "redirect",
        "path": "/care-nav"
      }
    },
    "location": {
      "headers": {
        "Cache-Control": null,
        "Cdn-Cache-Control": "max-age=604800, stale-if-error=86400"
      },
      "urlMatch": {
        "include": "^/(docs/theme-\\d/)?locations/[^/]+/[^/]+/[0-9]+/?$|^/(docs/theme-\\d/)?locations/[0-9]+/?$|^/(docs/theme-\\d/)?locations/[^/]+/[^/]+/?$"
      },
      "redirectAction": {
        "action": "omniSearch",
        "searchKey": "url",
        "params": {
          "locations": "true",
          "providers": "false"
        }
      }
    },
    "clinician": {
      "headers": {
        "Cache-Control": null,
        "Cdn-Cache-Control": "max-age=604800, stale-if-error=86400"
      },
      "urlMatch": {
        "include": "^/(docs/theme-\\d/)?find-a-doctor/doctor-details/[^/]+/[0-9]+/?$"
      },
      "search404Reg": "/find-a-doctor/doctor-details/([^/]+)/[0-9]+/?$",
      "redirectAction": {
        "action": "omniSearch",
        "searchKey": "profileUrls",
        "params": {
          "locations": "false",
          "providers": "true"
        }
      },
      "useSimilarClinicians": true
    },
    "searchCareCategory": {
      "headers": {
        "Cache-Control": null
      }
    },
    "searchLocation": {
      "headers": {
        "Cache-Control": null
      },
      "urlMatch": {
        "include": "^/(docs/theme-\\d/)?locations/?$"
      },
      "redirectAction": {
        "action": "redirect",
        "path": "/locations"
      }
    },
    "searchClinician": {
      "headers": {
        "Cache-Control": null
      },
      "urlMatch": {
        "include": "^/(docs/theme-\\d/)?find-a-doctor/?$"
      },
      "redirectAction": {
        "action": "redirect",
        "path": "/find-a-doctor"
      }
    },
    "virtual": {
      "headers": {
        "Cache-Control": null,
        "Cdn-Cache-Control": "max-age=604800, stale-if-error=86400"
      }
    },
    "notFound": {
      "urlMatch": {
        "include": ".+",
        "exclude": "/docs"
      },
      "error": {
        "type": 404,
        "errorPageUrl": "/errors/404"
      }
    },
    "notFoundSearch": {
      "urlMatch": {
        "include": "/docs/.+"
      },
      "error": {
        "type": 404,
        "errorPageUrl": "/docs/errors/search/404"
      }
    },
    "cgLocation": {
      "headers": {
        "Cache-Control": null,
        "Cdn-Cache-Control": "max-age=604800, stale-if-error=86400"
      },
      "urlMatch": {
        "include": "^/(docs/theme-\\d/)?cardinal-glennon/location-details/[^/]+/[^/]+/[0-9]+/?$|^/(docs/theme-\\d/)?cardinal-glennon/location-details/[0-9]+/?$|^/(docs/theme-\\d/)?cardinal-glennon/location-details/[^/]+/[^/]+/?$|^/(docs/theme-\\d/)?cardinal-glennon/location-details/[\\w-]+/?$"
      },
      "redirectAction": {
        "action": "omniSearch",
        "searchKey": "url",
        "params": {
          "locations": "true",
          "providers": "false"
        }
      }
    },
    "cgClinician": {
      "headers": {
        "Cache-Control": null,
        "Cdn-Cache-Control": "max-age=604800, stale-if-error=86400"
      },
      "urlMatch": {
        "include": "^/(docs/theme-\\d/)?cardinal-glennon/find-a-doctor/doctor-details/[^/]+/[0-9]+/?$"
      },
      "search404Reg": "/cardinal-glennon/find-a-doctor/doctor-details/([^/]+)/[0-9]+/?$",
      "redirectAction": {
        "action": "omniSearch",
        "searchKey": "profileUrls",
        "params": {
          "locations": "false",
          "providers": "true"
        }
      },
      "useSimilarClinicians": true
    },
    "cgSearchLocation": {
      "headers": {
        "Cache-Control": null
      },
      "urlMatch": {
        "include": "^/(docs/theme-\\d/)?cardinal-glennon/locations/?$"
      },
      "redirectAction": {
        "action": "redirect",
        "path": "cardinal-glennon/locations"
      }
    },
    "cgSearchClinician": {
      "headers": {
        "Cache-Control": null
      },
      "urlMatch": {
        "include": "^/(docs/theme-\\d/)?cardinal-glennon/find-a-doctor/?$"
      },
      "redirectAction": {
        "action": "redirect",
        "path": "cardinal-glennon/find-a-doctor"
      }
    }
  },
  "searchFacets": {
    "acceptingNewPatientDisplay": true,
    "bookableOnline": false,
    "videoVisit": true
  },
  "security": {
    "csp": [
      "default-src 'self' 'unsafe-inline' https://static.cloudflareinsights.com",
      "connect-src 'self' https://*.azurewebsites.net https://api.geocode.earth https://cloudflareinsights.com https://api.getcare.ssmhealth.com https://api.uat.getcare.ssmhealth.com https://edge.adobedc.net https://adobedc.demdex.net https://*.googleapis.com *.google.com https://*.gstatic.com https://ratings.md https://api.clockwisemd.com https://api.clockwisemd.com https://*.dex.care data: blob:",
      "font-src 'self' https://fonts.gstatic.com",
      "img-src 'self' https://*.googleapis.com https://media.ssmhealth.com http://getcare.ssmhealth.com https://*.gstatic.com https://phi-protect-demo.azurewebsites.net https://i.ytimg.com *.google.com *.googleusercontent.com data: https://blob.womp.it",
      "script-src 'self' 'unsafe-inline' https: 'nonce-{nonce}' 'strict-dynamic'",
      "style-src 'self' https://fonts.googleapis.com 'unsafe-inline'",
      "frame-src 'self' 'nonce-{nonce}' https://www.youtube.com",
      "object-src 'none'",
      "base-uri 'self'",
      "frame-ancestors 'self'",
      "upgrade-insecure-requests"
    ]
  },
  "usePartyTown": false,
  "clinicianImagePlaceholder": "https://blob.womp.it/ssm-site-placeholder.png"
}