json-viewer
json-viewer copied to clipboard
Empty strings are treated as URLs
trafficstars
If your JSON page has an empty string ("", no spaces) and you have clickableUrls set to true, the extension will treat them as URLs and lead you to an about:blank page on click. I've tested this across websites and it happened to be the case in all situations so far.
Here is the example https://api.github.com/repos/tulios/json-viewer "gravatar_id": "",
Thank you @bajosiaa!