Open Bug 1651650 Opened 4 years ago Updated 4 years ago

Introduce tests for blocked requests

Categories

(DevTools :: Netmonitor, task, P3)

task

Tracking

(Not tracked)

People

(Reporter: Honza, Unassigned)

References

(Blocks 1 open bug)

Details

We should introduce tests verifying various cases of blocked requests

We already have the following tests:

  • browser_net_block.js
  • browser_net_block-context.js
  • browser_net_block-csp.js
  • browser_net_block-draganddrop.js
  • browser_net_block-pattern.js
  • browser_net_cached-status.js

We should introduce new:

  • request blocked by CORS (see bug 1157817)
  • request blocked due to cancellation (e.g. by an extension) (see bug 1555057)
  • request blocked by tracking protection (see bug 1157817)
  • mixed content blocks insecure requests

Some comments:

  • We should verify the reason
  • We should verify the addon-id (if and addon is responsible for blocking)
  • We should extend existing tests where appropriate

Honza

See Also: → 1661709
You need to log in before you can comment on or make changes to this bug.