-
Notifications
You must be signed in to change notification settings - Fork 312
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
The site is Malicious - that nasty warning #399
Comments
Is that so? http://www.google.com/safebrowsing/diagnostic?site=openuserjs.org
Does it appear on other browsers / a clean chrome profile? |
Oh, I bet it's probably a favicon. |
Yep. https://openuserjs.org/scripts/Quackmaster/Quack_Toolsammlung has a favicon from http://s1.directupload.net/images/140622/yorwktnz.png which has a red WebOfTrust rating. We probably should be mirroring the icons so they can't be used to track users, but a simple blacklist should work. There's probably an api out there we could use to check as well. |
Okay, both https://www.mywot.com/en/scorecard/directupload.net and https://www.mywot.com/en/scorecard/s1.directupload.net are green, so not sure where the red wheel came from. It seems that http://safebrowsing.clients.google.com/safebrowsing/diagnostic?site=s1.directupload.net
is the reason why it's blocked. Though it's not like we're embeding a webpage, we're only fetching an image. |
There's also this at http://www.ghacks.net/2014/10/25/google-blocks-bit-ly-chrome-and-firefox-affected/ Filtering services have a tendency to overreact historically (or is that hysterically? ;). Thanks for the reports. See also: |
I also find these filtering services ironically amusing... "allow google (or some other entity) to track everything you do but no one else"... that spells monopoly and unfair trade practices. I'm smart enough to block 3rd party images locally... e.g. it's my choice... not some commercial conglomerate that has issues. :) |
Btw here is Firefox with a clean profile... notice the mouse cursor... this is how the other child browsers should handle reported (and requested services) site images: http://www.google.com/safebrowsing/diagnostic?site=s1.directupload.net Safe Browsing EDIT: 😆 blogspot is google owned... so they should have attacked themselves first. Maybe... they could have seized their own domain name. ;) eyeroll Bringing @QuackMaster 's attention to this discussion. |
@moshmage commented on 28 okt. 2014 09:11 CET:
@moshmage Which version of Chrome are you running? |
I'm using On 28 October 2014 10:11, Jeroen van Warmerdam notifications@github.com
Continuação, |
I'm using 40 too (40.0.2194.2 dev-m), visit the actual image url to get the warning. I don't get it from the front page, or any OUJS urls though. |
@Zren commented on 28 okt. 2014 11:57 CET:
Same here. |
Thank you for bringing this to my attention. I apologize for causing this mess! I will change the url to my favicon in the next update. |
That's entirely up to you @QuackMaster . I get tired of the false reports from these services and having a browser block the incorrect domain is just bad business... There are several proverbial vernaculars out there for this, albeit too early to dig them all up at this moment, but at least this comes to mind:
|
If @sizzlemctwizzle considers this feasible there is something like https://www.npmjs.com/package/imageurl-base64 (untried at the moment) for Then we could alter the metadata retrieval routine and/or script controller to return a data URI instead (serialized aka stored or not aka on the fly)... we would however need to scale to the standard of 48x48 first for static storage or 48x48 and 16x16 for dynamic... I don't know exactly how much extra db space that would use or server side CPU usage but could be an option from OUJS point of view... I would prefer not storing the data personally (due to legal constraints with DMCA) e.g. just do it on the fly but depends on if the drones can handle multiple calls out... but this still doesn't cover I am definitely -1 against using a allow/block list to enable someone elses list without approval of each and every person in the world... e.g. that's not going to happen... Ad Block for example gives the end-user the ability to change the list. However those browsers that are incorrectly identifying everyone around a particular url need to correct their implementations with a patch in that particular version... that's what they call esr's in the industry. As far as a user/visitor standpoint upgrade/change (possibly disabling the service in) your browser... although it appears that Chrome still has the issue of showing the image. As it stands now it is an "intended behavior" label (as close as I can get to our current labeling system... technically this could be "invalid" as well but reports like these are always appreciated) because OUJS is considered a pass through provider and not responsible for someone elses tagged domain especially when it comes to images. See also: |
Just a FYI it appears the google list has removed that domain. e.g. a check right this moment on Also tested in:
Open a new issue for any RFEs please... closing without additional labeling at this time. |
To be fair, Mozilla goes out of their way to mask what you're doing when making SafeBrowsing requests in Firefox: |
Hey, I felt compelled to warn you guys that (for some reason) Chrome seems to think you guys are malicious. But I know you're not, you're the cool kids from the neighborhood ;D
The text was updated successfully, but these errors were encountered: