Skip to content
This repository has been archived by the owner on Oct 11, 2020. It is now read-only.

Lists whose URL does not end an extension do not load #4

Open
nicole-ashley opened this issue Aug 8, 2016 · 3 comments
Open

Lists whose URL does not end an extension do not load #4

nicole-ashley opened this issue Aug 8, 2016 · 3 comments

Comments

@nicole-ashley
Copy link
Owner

Edge has a funny issue (in extensions at least) where it won't initiate an XHR to a URL that doesn't have a file extension. Eg, it will request https://example.com/list.txt, but fail when you try to request https://example.com/list.

It has nothing to do with whether the file exists or not; it fails when you try to send the request.

This may not be solvable in the extension and may instead require a fix on Edge's side.

@Snow8
Copy link

Snow8 commented Aug 9, 2016

Hmm... I thought this would explain my problem, but...

The "My Filter" list does not get loaded for me (asset-viewer.html?url=assets/user/filters.txt) also it ends with *.txt.

On the other side I can confirm your observation with the Filter "Peter Lowe’s Ad server list‎" (asset-viewer.html?url=assets/thirdparties/pgl.yoyo.org/as/serverlist) but then again "Dan Pollock’s hosts file‎" (asset-viewer.html?url=http://someonewhocares.org/hosts/hosts) is loaded and applied.

@ctolkien
Copy link

That seems like a really weird bug which should be fixed upstream?

@nicole-ashley
Copy link
Owner Author

I believe this has been half fixed in more recent Edge builds. It now only seems to affect local URLs without extensions. It's definitely an Edge bug, and I've let the Edge team know about it so hopefully it will be fixed soon.

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

No branches or pull requests

3 participants