Coder Social home page Coder Social logo

Comments (5)

Bryce-MW avatar Bryce-MW commented on August 11, 2024 5

I do like this idea but I agree on the privacy thing. Perhaps an option in your profile to allow anyone to click it, or only matches.

from vsinder.

gernei09 avatar gernei09 commented on August 11, 2024 5

Wanted to note, from VS code itself, it's relatively trivial to drag-drop the image onto your desktop or directly into the browser, which then exposes the URL of the avatar pic which contains the users GitHub NUMERIC id. Using that ID you can then query this API endpoint: "https://api.github.com/user/:id". The JSON results will then reveal the rest of the information that you need to know to find their GitHub home page. Here's mine for example: "https://api.github.com/user/15203217". So if the idea is to prevent this, then these profile pictures need to be copied into a CDN or other file storage mechanism. Or maybe some sort of URL proxy re-write mechanism? Either way, if either ID is known (either through packet sniffing or other means) then the home page can be discovered. I'd imagine that GitHub has some privacy settings on whether your profile is accessible publicly, but unconfirmed since I didn't dig that far. I think it would be a good idea to give the user the option whether to expose their GitHub profile home page, and maybe also their social media endpoints.

Note: The only reason I discovered the numeric ID from the image is because I wanted to be able to see a bigger profile picture. So with drag-dropping into the browser, I can then zoom! Hint Hint Give us a "view profile pic" option!

from vsinder.

benawad avatar benawad commented on August 11, 2024 3

This is not in there on purpose to protect privacy, but I could see having this as an option if someone wanted to share

from vsinder.

benawad avatar benawad commented on August 11, 2024 2

That's a good point

from vsinder.

unDeadHerbs avatar unDeadHerbs commented on August 11, 2024

Notably, on the other side of this, because people are bad at making up names and their GitHub profile picture is visible. It's currently not very hard to find their page. This might be bad but unfixable. (It's probably also possible to watch the app make the profile's image request and get it from there.)

from vsinder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.