Giter Site home page Giter Site logo

Comments (1)

pfn avatar pfn commented on July 29, 2024

Unfortunately, the way firefox's password manager works (the storage portion is what passifox replaces) will only ever send the base host url to request passwords, it will not send full paths. To answer your last question, it would be a no.

Firefox's builtin password management is also pretty fubar in that situation, too. You can choose a passwords to fill by username, but if they're the same username, then you'll have a hard time determining which is which.

I commonly use Right-click -> Fill user & pass in that situation (I have a problem with a similar situation on gmail and with google apps).

----- Original Message -----
From: "taylorns" [email protected]
To: "Perry" [email protected]
Sent: Monday, September 19, 2011 5:27:06 PM
Subject: [keepasshttp] URL matching only matches hostname not full or partial URL (#18)

I greatly enjoy this keepass extension for use with firefox but I'm having some problems with multiple passwords on the same host. I have a few sites where I need to access different directories using different passwords. An example would be example.com/postfixadmin/ and example.com/roundcube/.

Based on documentation and previous issues it seems like this is a feature/issue that is not intended to be dealt with. I was looking at the source myself and it appears that matching of domain names is only done on line 44 of handlers.cs.
"parms.SearchString = @"^[A-Za-z0-9:/-]+.[A-Za-z0-9:/-]+$"; // match anything looking like a domain or url"

Is adding full or somewhat full (matching domain plus an additional directory) URL matching as simple as changing that regex string?
Does Passifox even submit a full URL to keepasshttp to look for?

Reply to this email directly or view it on GitHub:
#18

from keepasshttp.

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.