clients/apps
Addison Beck e44ab1b411
fix: enable dynamic URLs for Chrome web accessible resources (#17429)
This commit adds use_dynamic_url: true to the extension's web_accessible_resources configuration. When enabled, Chrome generates random session-based GUIDs for extension resource URLs instead of using the predictable static extension ID. This enhances privacy by making extension resource URLs unpredictable and prevents third-party enumeration of installed extensions.

The feature is supported in Chrome 102+ and changes resource URLs from chrome-extension://[static-id]/resource to chrome-extension://[random-guid]/resource, with GUIDs regenerating each browser session while maintaining all existing extension functionality.

Addresses: https://bitwarden.atlassian.net/browse/PM-28344
2025-11-19 14:57:59 -05:00
..
browser fix: enable dynamic URLs for Chrome web accessible resources (#17429) 2025-11-19 14:57:59 -05:00
cli [deps] Platform: Update semver to v7.7.3 (#17457) 2025-11-18 17:48:52 +01:00
desktop Align Desktop Native's Rust CI checks with SDK (#17261) 2025-11-19 15:07:57 +00:00
web [PM-27925] Refactor StripeService to allow more than one instance (#17467) 2025-11-19 12:57:00 -06:00