Product: PowerShell Universal
Version: 4.2.21
I have a dashboard with multiple pages. One of the pages loads an iFrame containing a site with a simple search box that searches a local sqlite DB on the host server for our phone directory.
$Pages += New-UDPage -Name 'Phone Directory' -Content {
New-UDHtml -markup '<iframe src="https://phone.domain.org" width="100%" height="1000" style="border:none;" title="Phone Directory"></iframe>'
} -NavigationLayout Permanent
Not sure when (I don’t use it often) it stopped working in chromium browsers. The page itself loads, but when clicking the search button nothing happens. If I load the dashboard in firefox it works fine, and if I navigate to the page directly in any browser it also works fine.
This is the Edge console on page load. Up to the first Blocked is on page load. The next three errors and blocked are after typing in a name and doing a search. Chrome look similar
This is the console when doing the same thing in firefox and it works