Skip to content

fix: exclude Meta sites from content scripts#208

Merged
steipete merged 1 commit intosteipete:mainfrom
solomonneas:codex/facebook-content-exclusions
Apr 26, 2026
Merged

fix: exclude Meta sites from content scripts#208
steipete merged 1 commit intosteipete:mainfrom
solomonneas:codex/facebook-content-exclusions

Conversation

@solomonneas
Copy link
Copy Markdown
Contributor

@solomonneas solomonneas commented Apr 25, 2026

Summary

  • exclude Facebook, fbcdn, and Instagram URLs from always-on extension content script injection
  • share the exclusion list across extract, hover, and automation content scripts
  • add a manifest regression test that verifies the generated content_scripts exclusions

Fixes #106.

Verification

  • pnpm -C apps/chrome-extension test:chrome (51 passed, 3 skipped)
  • pnpm -C apps/chrome-extension build:firefox
  • inspected Chrome and Firefox manifests: both include the Meta exclude_matches list
  • pnpm -s lint
  • pnpm -s typecheck
  • pnpm -s test:coverage (1731 passed, 40 skipped)

Note

  • pnpm -s check currently stops at format:check because existing .claude/memory-handoffs/*.md files are not formatted by repo rules; I did not rewrite those handoff files for this PR.

@solomonneas solomonneas marked this pull request as ready for review April 25, 2026 06:00
@steipete steipete merged commit 3d0a90f into steipete:main Apr 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Causes net::ERR_BLOCKED_BY_CLIENT and 403 errors on facebook.com

2 participants