- Notifications
You must be signed in to change notification settings - Fork1.6k
Closed
Labels
Description
Describe the bug
Following#name
links to jq manual website give NoScript XSS warnings in firefox.
To Reproduce
Themap
description is at:https://stedolan.github.io/jq/manual/v1.6/#map(x),map_values(x)
NoScript reports:
NoScript XSS Warning
NoScript detected a potential Cross-Site Scripting attack from [...] to https://stedolan.github.io
Suspicious data:
(URL) https://stedolan.github.io/jq/manual/v1.6/#map(x),map_values(x)
This happens even if I encode(),
→%28%29%2C
Expected behavior
No warning from NoScript
Environment (please complete the following information):
- Linux (xubuntu 20.04)
- jq 1.6 (website)
Additional context