This repository was archived by the owner on May 23, 2024. It is now read-only.
This repository was archived by the owner on May 23, 2024. It is now read-only.
AWS Console fails (requests blocked) while ACR is recording #48
Open
Description
Describe the bug
Some AWS console pages break when ACR is recording messages.
Related Mapping
sqs.createqueue
Related Language
N/A
To Reproduce
Steps to reproduce the behavior:
- Go to 'https://console.aws.amazon.com/sqs/home?region=us-west-2'
- Click on 'Get Started Now'
- Type a queue name, e.g. 'testqueue'
- Click on 'Quick Create Queue'
- See error message from AWS Console and AWS Console Recorder plugin
- On the ACR console, the SQS request has the region in the queue name:
aws sqs create-queue --queue-name "us-west-2" --region us-east-1
Expected behavior
A queue should be created.
Additional context
- This may be related to the uMatrix ad blocker plugin I have installed, but I've disabled it for all AWS console pages.
- This is on Chrome 79.0.3945.117 (Official Build) (64-bit), on Ubuntu 18.04.3 LTS.
- AWS Console Recorder Version 0.3.31