Browser Policies chrome v142.x and above

Writer version 5.1.7 handles the scenario of writer plugins not loaded with local network due to stricter security policies in newer chrome versions regarding iframe loading from local networks.

  • Resolved the issue where loading plugins from local addresses (e.g. http://localhost:3000/plugin-name.js) was broken in Chrome and Microsoft Edge (v142.x or higher).

  • Issue is now handled in the code by passing the allow="local-network-access" attribute in the iframe, which ensures local network resources can be accessed securely.

  • Local plugin loading now works as expected in DW (Dashboard Writer) without requiring temporary workarounds or Chrome flag modifications.

This update restores local plugin functionality and resolves the issue for all affected users.

Last updated

Was this helpful?