Open
Conversation
Co-authored-by: jkingston <jkingston@duckduckgo.com>
|
Cursor Agent can help with this pull request. Just |
✅ Deploy Preview for content-scope-scripts ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
Temporary Branch UpdateThe temporary branch has been updated with the latest changes. Below are the details:
Please use the above install command to update to the latest version. |
Contributor
[Beta] Generated file diffTime updated: Thu, 29 Jan 2026 00:44:48 GMT |
Co-authored-by: jkingston <jkingston@duckduckgo.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Asana Task/Github Issue: N/A
Description
Documents critical, special-case initialization and loading behaviors for injected features (e.g.,
cookie, platform-specific features) to guide developers and prevent regressions when modifying core lifecycle code.Testing Steps
Checklist
Please tick all that apply:
Note
Low Risk
Documentation-only change with no runtime code modifications; risk is limited to potential confusion if the guidance becomes outdated.
Overview
Adds a new Cursor rule doc
injected/.cursor/rules/injected-feature-init.mdcdocumenting critical injected feature init/load special-cases that must be preserved when modifying injected lifecycle/registry code.The doc explicitly calls out the global-disable bypass for
platformSpecificFeatures, the extension-onlyalwaysInitFeaturesbehavior (notablycookie), thecookiefeature’s earlyload()wrapper installation and laterinit()policy finalization, and the extension fallback to bundled feature lists beforesite.enabledFeaturesis available.Written by Cursor Bugbot for commit 3a1a8f7. This will update automatically on new commits. Configure here.