Enable locations to set security headers for domains. Test your HighLevel web builder domains on www.securityheaders.com or www.internet.nl! Most WordPress sites face similar problems, but plugins can address them.
To secure the headers for an HL domain some knowledge of Cloudflare (or registrar of use). In the case of Cloudflare, also a small hack. I could change an F grade on securityheaders.com but can not get an A+ because GHL web builder uses inline CSS & JS. I did manage to get a 34% score on internet.nl to 100%. The missing piece is setting the Content Security Policy (CSP).
Because the Web and Funnel Builders write custom JS and CSS inline in the <head> section of the page it is impossible to set a content policy without setting the unsafe-inline & unsafe-eval options. Having this exposure a website is vulnerable to cross-site scripting (XSS) and data injection attacks that can be used for data theft, site defacement, and malware distribution.
There's a planned feature request for global styling (https://highlevel.canny.io/website/p/global-styling-on-website-and-funnel-build). I hope it includes providing custom CSS and JS as links, enabling better domain security. Removing inline scripts, whether or not CSP is in place, greatly enhances security and performance scores.