Skip to content

v1.2.1 — Debug + CSP bypass

Choose a tag to compare

@ctala ctala released this 20 Feb 18:34
· 44 commits to main since this release

Bug Fixes

Issue: Extension wasn't capturing requests on some sites (including Skool).

Root Causes

  1. CSP (Content Security Policy) blocking external scripts → now injects inline
  2. No visual feedback when recording starts → now shows red ● badge immediately
  3. Hard to debug when captures fail → added comprehensive console logging

Changes

  • Inject interceptor as inline code (bypasses CSP restrictions)
  • Set badge to red ● immediately when you click Start
  • Console logging shows:
    • Whether interceptor was injected
    • Every request intercepted (with recording state)
    • Why requests are skipped (not recording / filtered)

How to Debug

  1. Open DevTools Console (F12)
  2. Click Start in the extension
  3. Browse the site
  4. Watch for [ARE Content] and [ARE Interceptor] logs

If you see intercepted requests in console but they're not being captured, check the recording: false flag.