openHAB 4.3 Milestone discussion

Maybe related to the above issue: I noticed that external frames within the UI are not displayed anymore (message says “blocked”).

Example page
config:
  label: Tab Manni
  layoutType: responsive
  sidebar: false
blocks:
  - component: oh-block
    config: {}
    slots:
      default:
        - component: oh-grid-row
          config: {}
          slots:
            default:
              - component: oh-grid-col
                config: {}
                slots:
                  default:
                    - component: oh-webframe
                      config:
                        height: calc(100vh - var(--f7-navbar-height) - var(--f7-tabbar-labels-height) - var(--f7-safe-area-top) - var(--f7-safe-area-bottom) - 2rem)
                        src: http://192.168.1.90/control
grid: []