Closed kvhnuke closed 1 week ago
The pull request introduces several modifications to the manifest.firefox.ts
, vite.config.ts
, and a new configuration file .coderabbit.yaml
. In manifest.firefox.ts
, the content_security_policy
is restructured into an object for enhanced granularity, and new properties for background
, commands
, and browser_specific_settings
are added to comply with manifest version 3. In vite.config.ts
, the handling of the __PREFILL_PASSWORD__
variable is updated to conditionally assign a value based on the NODE_ENV
environment variable, impacting password pre-filling in different environments. The new .coderabbit.yaml
file outlines various project settings, including code quality tools and review processes.
File | Change Summary |
---|---|
packages/extension/src/manifest/manifest.firefox.ts | Updated content_security_policy to an object with extension_pages , added background , commands , and browser_specific_settings . |
packages/extension/vite.config.ts | Modified __PREFILL_PASSWORD__ to conditionally assign based on NODE_ENV . |
.coderabbit.yaml | Added new configuration file specifying language, tone instructions, review processes, and tool integrations. |
In the land of code where rabbits play,
Changes hop in a bright new way.
With policies strict and scripts that run,
Our extension shines, oh what fun!
In dev we test, in prod we hide,
A password's secret, our joy and pride! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
:briefcase: Build Files chrome: enkrypt-chrome-cc7551ca.zip firefox: enkrypt-firefox-cc7551ca.zip
:syringe: Virus total analysis chrome: cc7551ca firefox: cc7551ca
@coderabbitai review
@coderabbitai configuration
@coderabbitai configuration
Summary by CodeRabbit
New Features
Bug Fixes