🐛 Debug Proxy Errors

❌ Common Firefox Errors

Error Meaning Common Causes
ns_binding_aborted Network request was cancelled Redirect loops, Invalid redirects, Extension conflicts
ns_error_corrupted_content Content corruption or invalid response Header issues, CORS problems, Content-encoding conflicts
ns_error_net_reset Connection was reset Server rejection, Proxy server issues

âš ī¸ Quick Fixes

  1. Check for redirect loops: Make sure your redirect target doesn't match your pattern
  2. Use redirect mode first: Disable "Mask URL" to test basic functionality
  3. Test with simple domains: Try redirecting to a known working server first
  4. Check proxy server: Ensure your target server can handle the requests

🔍 Diagnostic Tests

✅ Troubleshooting Steps

Step 1: Verify Extension State

Step 2: Test Without Masking

Step 3: Check for Redirect Loops