many legit crypto sites get blocked by the standard list...
can you please remove the legit sites from the list?
or move all crypto sites to a sub-list?
Hello! Thank you for opening your first issue in this repo. It鈥檚 people like you who make these host files better!
+1 for this. Any reason for blocking them?
The right place to ask,complaint etc. is here: https://gitlab.com/ZeroDot1/CoinBlockerLists/issues
This has been partly addressed in https://gitlab.com/ZeroDot1/CoinBlockerLists/issues/48 and partly fixed in Release 2.5.8, a few minutes ago.
OK everyone, with Release 2.5.9 the CoinBlockerList is removed until their Issue 48 is resolved, which should be soon.
Closing.
Meanwhile, I would LOVE to know the Gitlab URL scheme to fetch the version of a file at a particular commit hash.
Because I tried to redefine the CoinBlockerList update.json url element, but I couldn't get it to work with the previous version of a file on GitLab.
That's why CoinBlockerList is temporarily dropped entirely, which is a suboptimal resolution.
@spirillen I tried that; that URL, and all attempts using gitlab.com, did not work.
The URL we were using for CoinBlockerList was to domain zerodot1.gitlab.io.
Specifically,
https://zerodot1.gitlab.io/CoinBlockerLists/hosts_browser
That returns latest from master branch, which isn't what we want.
Hey @StevenBlack that was for the master, yes but it was for helping with the layout of the url as I understood your request was.
Update: You can't use the gitlab.io subdomain to obtain a previously published list as the ./public/ used for the *.gitlab.io is only latest html, so you need to use the https://gitlab.com/ZeroDot1/CoinBlockerLists/raw/sha/hosts_browser
@spirillen yes, we need to get the file from their commit 2f489d because our updateHostsFile.py presently fails when fetching from gitlab.com. We know fetching from zerodot1.gitlab.io works, but how to get a prior version from there?
2f489d seems to be the latest...... = master
as i can understand the commit you search from #48 is a release without the coinmarketcap.com
Let me do some digging and let me see if I can find the solution for you :)
Should it be a temporary or permanent solution?
Temporary until their Issue number 48 is sorted.
This should do it
it's released 2019-08-13 17:19:05
wget -qO - 'https://gitlab.com/ZeroDot1/CoinBlockerLists/raw/19245ea9fe8021c5c8d88128e4298085c47422e5/hosts_browser' | grep 'coinmarketcap.com'
wget -qO - 'https://gitlab.com/ZeroDot1/CoinBlockerLists/raw/19245ea9fe8021c5c8d88128e4298085c47422e5/hosts_browser' | more
# Contribute: https://gitlab.com/ZeroDot1/CoinBlockerLists/issues/new
# Copyright: (c) ZeroDot1, 2019
# Description: This list disables browser based miners such as coin-hive
# Donate: http://bit.ly/CBLDonate Every donation keeps the future development going. Thank you.
# Homepage: https://github.com/ZeroDot1/CoinBlockerLists
# Last modified: 2019-08-13 17:19:05
# License: https://gitlab.io/ZeroDot1/CoinBlockerLists/LICENSE
# [CoinBlocker hosts List optional by ZeroDot1]
0.0.0.0 000.0x1f4b0.com
0.0.0.0 001.0x1f4b0.com
0.0.0.0 002.0x1f4b0.com
0.0.0.0 003.0x1f4b0.com
0.0.0.0 004.0x1f4b0.com
0.0.0.0 005.0x1f4b0.com
0.0.0.0 006.0x1f4b0.com
0.0.0.0 007.0x1f4b0.com
0.0.0.0 008.0x1f4b0.com
0.0.0.0 009.0x1f4b0.com
@spirillen please. Whatever you conjure, run it through UpdateHostsFile.py and see if it works.
Then and only then make this thread longer.
I didn't need this to be a long conversation. I just want a solution. Right now we're OK without CoinBlockerList. I'm happy to leave it at that.
Hi Steve @StevenBlack! I don't use GitLab anymore but this is the URL scheme I used in the past for one of my private projects.
(Hopefully this still works 馃槄)
https://gitlab.com/{owner_login}/{project_login_or_name}/raw/{branch_name}/{filename_or_path}
Cheers!
Most helpful comment
Hi Steve @StevenBlack! I don't use GitLab anymore but this is the URL scheme I used in the past for one of my private projects.
(Hopefully this still works 馃槄)
Cheers!