kianschmalenbach / rdf-browser

A Firefox Add-on that requests RDF files and renders RDF files as Turtle documents with clickable links
MIT License
16 stars 6 forks source link

Redirect problems #10

Closed dschraudner closed 3 years ago

dschraudner commented 4 years ago

It quite often occurred to me that a redirect with the RDF browser turned on results in an error while it perfectly works with the RDF browser turned off.

Example:

When I go to https://www.google.com/search?q=%40rdfjs%2Fparser-jsonld and click on the first search result, I am not redirected to https://www.npmjs.com/package/@rdfjs/parser-jsonld as I should but instead get an error:

File not found

Firefox can’t find the file at moz-extension://afa005ad-99d2-49df-91c6-eb950f3d9a28/package/@rdfjs/parser-jsonld.

moz-extension://afa005ad-99d2-49df-91c6-eb950f3d9a28/package/@rdfjs/parser-jsonld is also displayed in my address bar.

kianschmalenbach commented 3 years ago

Hi, Thanks for the feedback. I just committed a fix for this issue, it will be included in the upcoming release.