top of page

Blue Bridge Group

Public·120 members

Security for custom web apps

I am launching an app that will store sensitive user data. I am worried about the security risks of shared hosting. Is a VPS a better choice for security?

6 Views

Trying to keep my personal finance tracker online 24/7 was a nightmare with my previous provider. Since moving to a best virtual private server https://iwihost.net/ the uptime has been incredible. It’s reliable, fast, and exactly what I needed to keep my personal projects accessible whenever I need them.

bottom of page
window.addEventListener('message', function(event) { if (!event.data || typeof event.data !== 'object') return; if (event.data.type !== 'setHeight' || !event.data.height) return; // Find which iframe sent this message by matching its contentWindow var iframes = document.querySelectorAll('iframe[name="htmlComp-iframe"]'); iframes.forEach(function(iframe) { if (iframe.contentWindow === event.source) { // Walk up to the Wix container div and override the fixed height var container = iframe.closest('[id^="comp-"]'); if (container) { container.style.height = event.data.height + 'px'; } iframe.style.height = event.data.height + 'px'; } }); });