Giter VIP home page Giter VIP logo

Comments (3)

davtur19 avatar davtur19 commented on August 15, 2024

Hi,

It is intended behavior, because otherwise the extension would have to make too many requests.

It would mean making a request every time the browser makes a request, so the browser has to double the requests, and it would slow down the browser a lot.

Alternatively I could save the requests already made so as not to repeat them (as already happens for domains), but in any case they would still be almost double the requests, in addition to occupying a lot of memory and saving sensitive data.

So the best solution I think is not to implement such a thing, as it should be quite rare to find a .git into a subdirectory.

from dotgit.

notdodo avatar notdodo commented on August 15, 2024

Hi!

I understand the problem and thank you for the explanation although is not that rare (i.e. reverse proxy to multiple apps or plugins/dependencies used in the webapp, a simple google dork can help you find them).

Anyway I don't want to force you to implement this, your choice :)

EDIT: maybe a switch to enable/disable this feature?

from dotgit.

davtur19 avatar davtur19 commented on August 15, 2024

If I put a switch, it wouldn't be something you should normally use while using the browser, you should only use it on a specific site, and at this point it would make more sense to use a dirscan tool.

from dotgit.

Related Issues (14)

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.