AmazonS3
tcp/443
CloudFront
tcp/80
Open service 18.66.192.64:80 · devopsstaging.plentific.com
2026-01-12 04:02
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 12 Jan 2026 04:02:52 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://devopsstaging.plentific.com/ X-Cache: Redirect from cloudfront Via: 1.1 6ef87569c26a159f552948d3c30a2be0.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P1 X-Amz-Cf-Id: jFUas2xEBWgyqJMIywizMh6BFzcLZ5uMC0yzAGzRAlFyJubRtiaZAA== X-XSS-Protection: 1; mode=block Referrer-Policy: strict-origin Content-Security-Policy: frame-ancestors 'self' https://*.property-portal.uk/ https://*.uk.vision/ https://sbhg-website-staging.verseonecloud.com https://*.sbhg.co.uk/ https://plentific.github.io/ https://*.yorkshirehousing.co.uk https://yorkshirehousing-website-uat.azurewebsites.net X-Content-Type-Options: nosniff Permissions-Policy: accelerometer=(), autoplay=*, camera=*, cross-origin-isolated=(), display-capture=(), encrypted-media=(), fullscreen=*, geolocation=*, gyroscope=(), keyboard-map=*, magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), xr-spatial-tracking=() Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.66.192.58:443 · devopsstaging.plentific.com
2026-01-12 04:02
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 3047
Connection: close
Date: Mon, 12 Jan 2026 04:02:52 GMT
Last-Modified: Thu, 11 Dec 2025 11:09:00 GMT
ETag: "5c16f7d4c585c301934eeab9fab5e6cd"
x-amz-server-side-encryption: AES256
Cache-Control: no-cache
Content-Encoding: gzip
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Miss from cloudfront
Via: 1.1 29473aa9cc185f2a037ec3a7e2ffd74c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P1
X-Amz-Cf-Id: UKLhBCXRLLBkyFr1ML3xdlFlnFutVJFDDeyfoEG3ZxpM57o3_hmPlg==
X-XSS-Protection: 1; mode=block
Referrer-Policy: strict-origin
Content-Security-Policy: frame-ancestors 'self' https://*.property-portal.uk/ https://*.uk.vision/ https://sbhg-website-staging.verseonecloud.com https://*.sbhg.co.uk/ https://plentific.github.io/ https://*.yorkshirehousing.co.uk https://yorkshirehousing-website-uat.azurewebsites.net
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains
Permissions-Policy: accelerometer=(), autoplay=*, camera=*, cross-origin-isolated=(), display-capture=(), encrypted-media=(), fullscreen=*, geolocation=*, gyroscope=(), keyboard-map=*, magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), xr-spatial-tracking=()
Page title: Plentific
<!doctype html><html><head><script>var BUILD_INFO = {"commit":"d86f2df9518ec9a63a9a6dd5b36d97af8796e26d","id":20130988489,"timestamp":1765451234378};</script><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/><meta http-equiv="Pragma" content="no-cache"/><meta http-equiv="Expires" content="0"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="sentry-trace" content="{{ span.toTraceparent() }}"/><title>Plentific</title><script>const SENTRY_TRACE = (document.cookie.match(/(^|;) ?SENTRY_TRACE=([^;]*)(;|$)/) || [])[2]
if (SENTRY_TRACE) {
const metaTag = document.querySelector('meta[name="sentry-trace"]')
if (metaTag) {
metaTag.setAttribute('content', SENTRY_TRACE)
}
}</script><script>// Initializing window.analytics to prevent issues in GTM
window.analytics = window.analytics || []
var isRunningAta = document.cookie.indexOf('ATA_RUNNER=YES') !== -1
var splitHostname = window.location.hostname.split('.')
// Handling different possible domains: app.plentific.com, org-group.app.plentific.com
var environmentDomain = splitHostname.length > 3 ? splitHostname.at(-3) : splitHostname[0]
var isProduction = ['sandbox', 'app'].includes(environmentDomain)
var isSegmentExplicitlyEnabled =
window.sessionStorage.getItem('PLENTIFIC_DASHBOARD-SEGMENTSTAGING') !== null
var isSegmentEnabled = !isRunningAta && (isProduction || isSegmentExplicitlyEnabled)
var isGoogleTagManagerEnabled = !isRunningAta</script><script>if (isProduction) {
var plentificIsIframe = window.self !== window.top
if (!plentificIsIframe) {
var consentScript = document.createElement('script')
consentScript.setAttribute('type', 'text/javascript')
consentScript.setAttribute('defer', true)
consentScript.setAttribute(
'src',
'https://cookie-cdn.cookiepro.com/consent/3c9b78c4-1c4a-46c7-8e78-934f6462a953/OtAutoBlock.js',
)
document.head.appendChild(consentScript)
var scriptTemplatesScript = document.createElement('script')
scriptTemplatesScript.setAttribute('type', 'text/javascript')
scriptTemplatesScript.setAttribute('defer', true)
scriptTemplatesScript.setAttribute(
'src',
'https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js',
)
scriptTemplatesScript.setAttribute('charset', 'UTF-8')
scriptTemplatesScript.setAttribute(
'data-domain-script',
'3c9b78c4-1c4a-46c7-8e78-934f6462a953',
)
document.head.appendChild(scriptTemplatesScript)
}
function OptanonWrapper() {
function getCookie(name) {
var value = '; ' + document.cookie
var parts = value.split('; ' + name + '=')
if (parts.length == 2) {
retu
Open service 18.66.192.58:80 · devopsstaging.plentific.com
2026-01-12 04:02
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 12 Jan 2026 04:02:51 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://devopsstaging.plentific.com/ X-Cache: Redirect from cloudfront Via: 1.1 af1bbc213b3a9ee2f125be77ca3609a0.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P1 X-Amz-Cf-Id: 9bof9uZQBivF--jcqAgRAI9Kzn4ZwmCTX17n32fT3zguVl7o9nEtNQ== X-XSS-Protection: 1; mode=block Referrer-Policy: strict-origin Content-Security-Policy: frame-ancestors 'self' https://*.property-portal.uk/ https://*.uk.vision/ https://sbhg-website-staging.verseonecloud.com https://*.sbhg.co.uk/ https://plentific.github.io/ https://*.yorkshirehousing.co.uk https://yorkshirehousing-website-uat.azurewebsites.net X-Content-Type-Options: nosniff Permissions-Policy: accelerometer=(), autoplay=*, camera=*, cross-origin-isolated=(), display-capture=(), encrypted-media=(), fullscreen=*, geolocation=*, gyroscope=(), keyboard-map=*, magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), xr-spatial-tracking=() Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.66.192.89:80 · devopsstaging.plentific.com
2026-01-12 04:02
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 12 Jan 2026 04:02:51 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://devopsstaging.plentific.com/ X-Cache: Redirect from cloudfront Via: 1.1 2551fa016e0e39646c40c584001d7b4e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P1 X-Amz-Cf-Id: Es8BWsQ8QgQ4BJp_I_ey51Px96BqwbCbQ3FB6QqrTZMS_uWqmzinXw== X-XSS-Protection: 1; mode=block Referrer-Policy: strict-origin Content-Security-Policy: frame-ancestors 'self' https://*.property-portal.uk/ https://*.uk.vision/ https://sbhg-website-staging.verseonecloud.com https://*.sbhg.co.uk/ https://plentific.github.io/ https://*.yorkshirehousing.co.uk https://yorkshirehousing-website-uat.azurewebsites.net X-Content-Type-Options: nosniff Permissions-Policy: accelerometer=(), autoplay=*, camera=*, cross-origin-isolated=(), display-capture=(), encrypted-media=(), fullscreen=*, geolocation=*, gyroscope=(), keyboard-map=*, magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), xr-spatial-tracking=() Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.66.192.89:443 · devopsstaging.plentific.com
2026-01-12 04:02
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 3047
Connection: close
Date: Mon, 12 Jan 2026 04:02:53 GMT
Last-Modified: Thu, 11 Dec 2025 11:09:00 GMT
ETag: "5c16f7d4c585c301934eeab9fab5e6cd"
x-amz-server-side-encryption: AES256
Cache-Control: no-cache
Content-Encoding: gzip
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Miss from cloudfront
Via: 1.1 aedc37d054398c84a361f8542a82efea.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P1
X-Amz-Cf-Id: 1QywrWRY4WqU_7JT2VnGOehGbN4N0AY82EJsMLeeAm2WFI5D7FhFYA==
X-XSS-Protection: 1; mode=block
Referrer-Policy: strict-origin
Content-Security-Policy: frame-ancestors 'self' https://*.property-portal.uk/ https://*.uk.vision/ https://sbhg-website-staging.verseonecloud.com https://*.sbhg.co.uk/ https://plentific.github.io/ https://*.yorkshirehousing.co.uk https://yorkshirehousing-website-uat.azurewebsites.net
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains
Permissions-Policy: accelerometer=(), autoplay=*, camera=*, cross-origin-isolated=(), display-capture=(), encrypted-media=(), fullscreen=*, geolocation=*, gyroscope=(), keyboard-map=*, magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), xr-spatial-tracking=()
Page title: Plentific
<!doctype html><html><head><script>var BUILD_INFO = {"commit":"d86f2df9518ec9a63a9a6dd5b36d97af8796e26d","id":20130988489,"timestamp":1765451234378};</script><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/><meta http-equiv="Pragma" content="no-cache"/><meta http-equiv="Expires" content="0"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="sentry-trace" content="{{ span.toTraceparent() }}"/><title>Plentific</title><script>const SENTRY_TRACE = (document.cookie.match(/(^|;) ?SENTRY_TRACE=([^;]*)(;|$)/) || [])[2]
if (SENTRY_TRACE) {
const metaTag = document.querySelector('meta[name="sentry-trace"]')
if (metaTag) {
metaTag.setAttribute('content', SENTRY_TRACE)
}
}</script><script>// Initializing window.analytics to prevent issues in GTM
window.analytics = window.analytics || []
var isRunningAta = document.cookie.indexOf('ATA_RUNNER=YES') !== -1
var splitHostname = window.location.hostname.split('.')
// Handling different possible domains: app.plentific.com, org-group.app.plentific.com
var environmentDomain = splitHostname.length > 3 ? splitHostname.at(-3) : splitHostname[0]
var isProduction = ['sandbox', 'app'].includes(environmentDomain)
var isSegmentExplicitlyEnabled =
window.sessionStorage.getItem('PLENTIFIC_DASHBOARD-SEGMENTSTAGING') !== null
var isSegmentEnabled = !isRunningAta && (isProduction || isSegmentExplicitlyEnabled)
var isGoogleTagManagerEnabled = !isRunningAta</script><script>if (isProduction) {
var plentificIsIframe = window.self !== window.top
if (!plentificIsIframe) {
var consentScript = document.createElement('script')
consentScript.setAttribute('type', 'text/javascript')
consentScript.setAttribute('defer', true)
consentScript.setAttribute(
'src',
'https://cookie-cdn.cookiepro.com/consent/3c9b78c4-1c4a-46c7-8e78-934f6462a953/OtAutoBlock.js',
)
document.head.appendChild(consentScript)
var scriptTemplatesScript = document.createElement('script')
scriptTemplatesScript.setAttribute('type', 'text/javascript')
scriptTemplatesScript.setAttribute('defer', true)
scriptTemplatesScript.setAttribute(
'src',
'https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js',
)
scriptTemplatesScript.setAttribute('charset', 'UTF-8')
scriptTemplatesScript.setAttribute(
'data-domain-script',
'3c9b78c4-1c4a-46c7-8e78-934f6462a953',
)
document.head.appendChild(scriptTemplatesScript)
}
function OptanonWrapper() {
function getCookie(name) {
var value = '; ' + document.cookie
var parts = value.split('; ' + name + '=')
if (parts.length == 2) {
retu
Open service 18.66.192.54:443 · devopsstaging.plentific.com
2026-01-12 04:02
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 3047
Connection: close
Date: Mon, 12 Jan 2026 04:02:53 GMT
Last-Modified: Thu, 11 Dec 2025 11:09:00 GMT
ETag: "5c16f7d4c585c301934eeab9fab5e6cd"
x-amz-server-side-encryption: AES256
Cache-Control: no-cache
Content-Encoding: gzip
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Miss from cloudfront
Via: 1.1 551f2461af0b3bf4faaad831ee6e5b1e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P1
X-Amz-Cf-Id: Vv6Q-0diOcSXKdpEQ1ZW60KwYNQxIvcrYl1DU6buL-pIaDdCudEjZw==
X-XSS-Protection: 1; mode=block
Referrer-Policy: strict-origin
Content-Security-Policy: frame-ancestors 'self' https://*.property-portal.uk/ https://*.uk.vision/ https://sbhg-website-staging.verseonecloud.com https://*.sbhg.co.uk/ https://plentific.github.io/ https://*.yorkshirehousing.co.uk https://yorkshirehousing-website-uat.azurewebsites.net
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains
Permissions-Policy: accelerometer=(), autoplay=*, camera=*, cross-origin-isolated=(), display-capture=(), encrypted-media=(), fullscreen=*, geolocation=*, gyroscope=(), keyboard-map=*, magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), xr-spatial-tracking=()
Page title: Plentific
<!doctype html><html><head><script>var BUILD_INFO = {"commit":"d86f2df9518ec9a63a9a6dd5b36d97af8796e26d","id":20130988489,"timestamp":1765451234378};</script><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/><meta http-equiv="Pragma" content="no-cache"/><meta http-equiv="Expires" content="0"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="sentry-trace" content="{{ span.toTraceparent() }}"/><title>Plentific</title><script>const SENTRY_TRACE = (document.cookie.match(/(^|;) ?SENTRY_TRACE=([^;]*)(;|$)/) || [])[2]
if (SENTRY_TRACE) {
const metaTag = document.querySelector('meta[name="sentry-trace"]')
if (metaTag) {
metaTag.setAttribute('content', SENTRY_TRACE)
}
}</script><script>// Initializing window.analytics to prevent issues in GTM
window.analytics = window.analytics || []
var isRunningAta = document.cookie.indexOf('ATA_RUNNER=YES') !== -1
var splitHostname = window.location.hostname.split('.')
// Handling different possible domains: app.plentific.com, org-group.app.plentific.com
var environmentDomain = splitHostname.length > 3 ? splitHostname.at(-3) : splitHostname[0]
var isProduction = ['sandbox', 'app'].includes(environmentDomain)
var isSegmentExplicitlyEnabled =
window.sessionStorage.getItem('PLENTIFIC_DASHBOARD-SEGMENTSTAGING') !== null
var isSegmentEnabled = !isRunningAta && (isProduction || isSegmentExplicitlyEnabled)
var isGoogleTagManagerEnabled = !isRunningAta</script><script>if (isProduction) {
var plentificIsIframe = window.self !== window.top
if (!plentificIsIframe) {
var consentScript = document.createElement('script')
consentScript.setAttribute('type', 'text/javascript')
consentScript.setAttribute('defer', true)
consentScript.setAttribute(
'src',
'https://cookie-cdn.cookiepro.com/consent/3c9b78c4-1c4a-46c7-8e78-934f6462a953/OtAutoBlock.js',
)
document.head.appendChild(consentScript)
var scriptTemplatesScript = document.createElement('script')
scriptTemplatesScript.setAttribute('type', 'text/javascript')
scriptTemplatesScript.setAttribute('defer', true)
scriptTemplatesScript.setAttribute(
'src',
'https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js',
)
scriptTemplatesScript.setAttribute('charset', 'UTF-8')
scriptTemplatesScript.setAttribute(
'data-domain-script',
'3c9b78c4-1c4a-46c7-8e78-934f6462a953',
)
document.head.appendChild(scriptTemplatesScript)
}
function OptanonWrapper() {
function getCookie(name) {
var value = '; ' + document.cookie
var parts = value.split('; ' + name + '=')
if (parts.length == 2) {
retu
Open service 18.66.192.54:80 · devopsstaging.plentific.com
2026-01-12 04:02
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 12 Jan 2026 04:02:51 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://devopsstaging.plentific.com/ X-Cache: Redirect from cloudfront Via: 1.1 aedc37d054398c84a361f8542a82efea.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MUC50-P1 X-Amz-Cf-Id: qLqQ6QO20RiNe47zS4eWzJTwvDxsP5NWQODoDcQcKR4jcujPun69rg== X-XSS-Protection: 1; mode=block Referrer-Policy: strict-origin Content-Security-Policy: frame-ancestors 'self' https://*.property-portal.uk/ https://*.uk.vision/ https://sbhg-website-staging.verseonecloud.com https://*.sbhg.co.uk/ https://plentific.github.io/ https://*.yorkshirehousing.co.uk https://yorkshirehousing-website-uat.azurewebsites.net X-Content-Type-Options: nosniff Permissions-Policy: accelerometer=(), autoplay=*, camera=*, cross-origin-isolated=(), display-capture=(), encrypted-media=(), fullscreen=*, geolocation=*, gyroscope=(), keyboard-map=*, magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), xr-spatial-tracking=() Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.66.192.64:443 · devopsstaging.plentific.com
2026-01-12 04:02
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 3047
Connection: close
Date: Mon, 12 Jan 2026 04:02:52 GMT
Last-Modified: Thu, 11 Dec 2025 11:09:00 GMT
ETag: "5c16f7d4c585c301934eeab9fab5e6cd"
x-amz-server-side-encryption: AES256
Cache-Control: no-cache
Content-Encoding: gzip
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Miss from cloudfront
Via: 1.1 3ddbbcaacc1ba68ddfab04ef45c3ca98.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: MUC50-P1
X-Amz-Cf-Id: yQ3FQEK1N3NBRyj-ZLeLGPMcZgf09WinTJjyKsq6eqh-ndst5TOl0g==
X-XSS-Protection: 1; mode=block
Referrer-Policy: strict-origin
Content-Security-Policy: frame-ancestors 'self' https://*.property-portal.uk/ https://*.uk.vision/ https://sbhg-website-staging.verseonecloud.com https://*.sbhg.co.uk/ https://plentific.github.io/ https://*.yorkshirehousing.co.uk https://yorkshirehousing-website-uat.azurewebsites.net
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains
Permissions-Policy: accelerometer=(), autoplay=*, camera=*, cross-origin-isolated=(), display-capture=(), encrypted-media=(), fullscreen=*, geolocation=*, gyroscope=(), keyboard-map=*, magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), xr-spatial-tracking=()
Page title: Plentific
<!doctype html><html><head><script>var BUILD_INFO = {"commit":"d86f2df9518ec9a63a9a6dd5b36d97af8796e26d","id":20130988489,"timestamp":1765451234378};</script><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/><meta http-equiv="Pragma" content="no-cache"/><meta http-equiv="Expires" content="0"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="sentry-trace" content="{{ span.toTraceparent() }}"/><title>Plentific</title><script>const SENTRY_TRACE = (document.cookie.match(/(^|;) ?SENTRY_TRACE=([^;]*)(;|$)/) || [])[2]
if (SENTRY_TRACE) {
const metaTag = document.querySelector('meta[name="sentry-trace"]')
if (metaTag) {
metaTag.setAttribute('content', SENTRY_TRACE)
}
}</script><script>// Initializing window.analytics to prevent issues in GTM
window.analytics = window.analytics || []
var isRunningAta = document.cookie.indexOf('ATA_RUNNER=YES') !== -1
var splitHostname = window.location.hostname.split('.')
// Handling different possible domains: app.plentific.com, org-group.app.plentific.com
var environmentDomain = splitHostname.length > 3 ? splitHostname.at(-3) : splitHostname[0]
var isProduction = ['sandbox', 'app'].includes(environmentDomain)
var isSegmentExplicitlyEnabled =
window.sessionStorage.getItem('PLENTIFIC_DASHBOARD-SEGMENTSTAGING') !== null
var isSegmentEnabled = !isRunningAta && (isProduction || isSegmentExplicitlyEnabled)
var isGoogleTagManagerEnabled = !isRunningAta</script><script>if (isProduction) {
var plentificIsIframe = window.self !== window.top
if (!plentificIsIframe) {
var consentScript = document.createElement('script')
consentScript.setAttribute('type', 'text/javascript')
consentScript.setAttribute('defer', true)
consentScript.setAttribute(
'src',
'https://cookie-cdn.cookiepro.com/consent/3c9b78c4-1c4a-46c7-8e78-934f6462a953/OtAutoBlock.js',
)
document.head.appendChild(consentScript)
var scriptTemplatesScript = document.createElement('script')
scriptTemplatesScript.setAttribute('type', 'text/javascript')
scriptTemplatesScript.setAttribute('defer', true)
scriptTemplatesScript.setAttribute(
'src',
'https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js',
)
scriptTemplatesScript.setAttribute('charset', 'UTF-8')
scriptTemplatesScript.setAttribute(
'data-domain-script',
'3c9b78c4-1c4a-46c7-8e78-934f6462a953',
)
document.head.appendChild(scriptTemplatesScript)
}
function OptanonWrapper() {
function getCookie(name) {
var value = '; ' + document.cookie
var parts = value.split('; ' + name + '=')
if (parts.length == 2) {
retu