Ka-Block
Ka-Block copied to clipboard
Ka-Block breaks navigation in AWS documentation
Clicking links in the left-hand pane of any AWS documentation (e.g. https://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html) causes the following console error (from Ka-Block):
Content blocker prevented frame displaying https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html from loading a resource from https://a0.awsstatic.com/s_code/js/3.0/awshome_s_code.js
This completely breaks the navigation system within all AWS documentation — the browser back button does not work and links within the page do not work.
The dot is unescaped and is matching any character. In this case, it's the / in /s_code/js.
https://github.com/dgraham/Ka-Block/blob/f2bfbf1ce71ee24e30a572e4f3cdf387b3adfc62/Shared%20(Extension)/blockerList.json#L34
Thanks for pointing that out @dgraham