Changelog

Follow up on the latest improvements and updates.

RSS

Enhancements:
  • Add
    Sec-Fetch-Mode navigate
    header to HTTP requests when appropriate

new

fixed

0.81.0

Fixes:
  • Correct an Icon-related browZer tool-button CSS collision seen with some web apps
  • Correctly handle
    POST
    request done via
    fetch
    primitive to private API listening on HTTPS
  • Correct a sub-domain Service-routing issue

new

fixed

improved

0.80.0

Enhancements:
  • ZAC served from Controller's /zac binding now works w/browZer
  • Handle bogus Entra access_token that can cause PKCE redirect loop in ZBR
  • browZer-specific
    uplot
    CSS is activated if ZBR determines that
    uplot
    CSS is not already present in the web app's styling
Fixes:
  • Dropping very large files into Mattermost caused ZBR exception
Fixes:
  • Resolve
    uplot
    CSS issue preventing the
    drag-select
    UI indicator from rendering properly in Grafana charts.
Fixes:
  • Remove the browZer
    throughput chart
    gradient style that was still bleeding into the style for Grafana charts
Fixes:
  • Correct a CSS issue where the browZer throughput charts style was bleeding into the style for Grafana charts
Fixes:
  • During some
    30x
    redirect processing/transform flows, the ZBR would attempt to dereference a non-existent/undefined data structure, causing an NPE, which eventually resulted in a
    500 Response
    during some nestedSSO operations.
Fixes:
  • remove XHR wrapper that slowed down, and sometimes disrupted, some web apps
Fixes:
  • during HTML streaming, add
    data:
    directive to
    font-src
    in the CSP if it is not already present
Fixes:
  • use 'api://<clientId>' for 'PKCE scope' with Entra
Load More