-
-
Notifications
You must be signed in to change notification settings - Fork 556
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
Text list of Supported Websites in domain (or hosts) format #4903
Text list of Supported Websites in domain (or hosts) format #4903
Comments
What format would work best for this? currently on release we publish a list of connectors which is included onto the website. See: https://raw.githubusercontent.com/web-scrobbler/website-resources/master/resources/connectors.json What would the format you require need to look like? |
I wonder, could we get that json list copied to another file in format--
|
That could work but how should we handle cases where the matches are defined as things like
Would matching the root domain of
For these it could be any tld :/ |
Very interesting cases! Yes, the root domains are all that's needed. Remind that hosts-file format i.e. root domains should be sufficient. Content blockers already presume a barebones list of domains should be blocked. If someone wants to use fuller paths, they'll have to make custom blocking filters. As for the TLD wildcards, hmm... Perhaps for those cases, actually label as ".tld" (".TLD"): useful because it quickly flags that those'll need to be manually modified. e.g. I already use a hosts file manager that can allowlist domains even on the TLD.
|
Started work in web-scrobbler/website-resources#19 Some edge cases will need to be worked out. |
@realAzazello how does the output look in this file |
Fab-U-lous! Primo! Just what's needed, Thank you! I can only assume the service headings are correct, haha. And there are a couple of duplicated lines, but those will be ignore by content blockers. Let us know which final version we can use, when it's ready. (I'll be using it to allow-list the domains) |
This is the final URL which will be updated as new versions are made available. https://raw.githubusercontent.com/web-scrobbler/website-resources/master/resources/hostfile.txt |
With the growing list of supported websites - which will continue to evolve - it would be useful to have a straight, simple textual list of them in domain format. e.g. yaymusic**.com**
A major use-case is to allow-list them in a hosts file or content blocker.
I don't know and haven't found if one of the sourcefiles has that structure; and a search of Issues doesn't pull up this kind of request before.
The text was updated successfully, but these errors were encountered: