#15694 closed enhancement (fixed)
[PATCH] Remember confirmations of command actions
Reported by: | george-hopkins | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 17.12 |
Component: | Core remotecontrol | Version: | |
Keywords: | Cc: |
Description
Currently, there is no way to allow command handlers for a certain site/referrer. This limitation forces users to either globally allow most commands for all sites (if an action is used by at least one application) or confirm every command manually.
Background:
I often use a local application (which needs open_file
) and other web apps (such as Osmose) in parallel. I'm a bit worried about leaving JOSM open to the whole web.
Patch:
The attached patch allows a user to confirm an action for a particular site until JOSM is closed. I'm not sure whether this is the right approach to the problem. Please feel free to suggest an other implementation.
Attachments (1)
Change History (4)
by , 7 years ago
Attachment: | confirmations.patch added |
---|
comment:1 by , 7 years ago
Milestone: | → 17.12 |
---|
It seems simple enough, good idea :)