Giter Site home page Giter Site logo

Comments (6)

pfn avatar pfn commented on July 29, 2024

To compile, you need to specify the full path to keepasshttp for plgx-create... I hope dreichl fixes that in keepass...

I'll take a patch to search in urls, but don't really like it because the behavior will be a little strange due to the additional lookup in the url field and pattern matching... I'd prefer just domain name patterns be stored in the title only.

from keepasshttp.

jhuet avatar jhuet commented on July 29, 2024

I gotta agree with schmic, it seems a lot more natural to look for url field. I would even say than looking into title field should not be necessary.

Talking about pattern matching, how does the actual plugin matches URL ? Will a title field of 'http://github.com' will match an URL of 'https://github.com/login' ?

from keepasshttp.

pfn avatar pfn commented on July 29, 2024

The semantics of the URL field is for a "bookmark" not for searching matching entries.

The Title field is a name for a given site, and does not strictly have to be a URL to match for passifox.

Given the way firefox works with its password manager, and how I've chosen to integrate into that password manager, passifox is not able to do full-URL matches against password requests. Only the host portion of a URL is inspected.

A title field of http://github.com, github.com, https://github.com, https://github.com/anythingatall will all match https://github.com/login/

Given this behavior, I can't justify matching against the URL field.

from keepasshttp.

jhuet avatar jhuet commented on July 29, 2024

Ok, i see your point. What i was trying to say, despite the fact that the URL field is designed for bookmarking is that people are more likely to put what the script is looking for to match the form URL into the URL field rather than in the Title field.

As an example it would have never come to my mind to put github.com in the Title field (i put Git Hub) but i did put github.com in the URL field.

Just my 2 cents ;)

from keepasshttp.

pfn avatar pfn commented on July 29, 2024

ad5eae4

Ok, due to popular demand (well 3 or 4 of you, close enough ;-)) I decided to implement this.

It's in keepasshttp version 1.0.2.0,

Enjoy

from keepasshttp.

jhuet avatar jhuet commented on July 29, 2024

Thank you Perry :)

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.