Skip to content

Using cmd:// url breaks icon download and http plugin #238

Closed
@droidmonkey

Description

When the url entry is populated with cmd://{CMD_HERE} {URL_HERE} it breaks icon download and http plugin.

Expected Behavior

When you download an icon or use the http plugin the url would be extracted from the url string, ignoring the cmd prefix.

Current Behavior

The entire url entry is used.

Possible Solution

Create a function that "hunts" for the actual url in the url entry using the http|s prefix as a clue. This substring would then be passed to the requesting functionality.

Steps to Reproduce (for bugs)

  1. Create an entry and assign the URL entry to: cmd://firefox https://www.google.com
  2. Attempt to download the icon
  3. Icon download will fail

Your Environment

This happens in all environments

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Using cmd:// url breaks icon download and http plugin · Issue #238 · keepassxreboot/keepassxc