-
Notifications
You must be signed in to change notification settings - Fork 1
narrow permissions chrome ext manifest #175
Conversation
Warning Rate limit exceeded@fitzk has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 17 minutes and 5 seconds before requesting another review. How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. WalkthroughWalkthroughThe changes involve a reduction in the permissions granted to the "Mocksi Lite" application, streamlining the permissions array by removing several entries. Additionally, the Changes
Poem
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? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove downloads too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- apps/mocksi-lite-next/manifest.json (1 hunks)
Additional comments not posted (2)
apps/mocksi-lite-next/manifest.json (2)
29-29
: Permissions array streamlined effectively.The changes to the permissions array are appropriate and align with best practices for Chrome extensions, focusing on minimizing access to sensitive functionalities while retaining essential capabilities.
32-32
: Broad access set for web-accessible resources.The update to allow all URLs to access specified resources is noted. While this is necessary for functionality, ensure that the resources exposed ("mocksi-icon.png" and "mocksi-logo.png") do not contain sensitive information or could be misused in a way that compromises the extension's security.
Consider verifying the content and usage of these resources to ensure they are appropriately secured and do not pose a security risk.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- apps/mocksi-lite-next/manifest.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- apps/mocksi-lite-next/manifest.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One tiny change
apps/mocksi-lite-next/manifest.json
Outdated
"web_accessible_resources": [ | ||
{ | ||
"matches": [], | ||
"matches": ["<all_urls>"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep this to [] otherwise we might get flagged or rejected.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wooot!! 🛳️🏴☠️
Summary by CodeRabbit
New Features
Bug Fixes