Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Firefox) Directly loading a ttl document, obscures the original URI #19

Open
mrspeaker opened this issue Aug 12, 2020 · 1 comment
Open

Comments

@mrspeaker
Copy link

mrspeaker commented Aug 12, 2020

I have an issue where if I directly load a .ttl file in Firefox, the plugin intercepts the request and creates a tab with contents moz-extension://6d962960-a724-3b4f-8391-4392f21ef52e/page_panel.html?url=https%3A%2F%2Fexample.net%2Ftest%2Fv1%2Fpathdeets%2Fmy_turtle.ttl&type=turtle&ext=.

Because the document would normally trigger the "download file" dialog (rather than loading in a tab), there is no way to see the original URI that triggered the load. The only place it is displayed in the plugin panel is as a url-encoded query parameter in the tab URI.

It would be good to at print the original URI somewhere so it's easy to copy/paste/modify.

Thanks!

@TallTed
Copy link
Contributor

TallTed commented Nov 4, 2020

@smalinin - Can the target URI (potentially with other document metadata), in this case being https://example.net/test/v1/pathdeets/my_turtle.ttl, be presented in a DIV, with the representation currently delivered by the plugin in a parallel DIV?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants