Skip to content

Commit

Permalink
Handlers policy: uriTemplate should be an url field and not a string…
Browse files Browse the repository at this point in the history
… field, fixes #276
  • Loading branch information
cadeyrn committed Jul 14, 2024
1 parent c0f7b33 commit 0b6b7f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/js/policies/firefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -2407,7 +2407,7 @@ const policies = {
{
name : 'uriTemplate',
label : browser.i18n.getMessage('policy_description_Handlers_property_handlers_uriTemplate'),
type : 'string'
type : 'url'
}
]
}
Expand Down Expand Up @@ -2471,7 +2471,7 @@ const policies = {
{
name : 'uriTemplate',
label : browser.i18n.getMessage('policy_description_Handlers_property_handlers_uriTemplate'),
type : 'string'
type : 'url'
}
]
}
Expand Down Expand Up @@ -2535,7 +2535,7 @@ const policies = {
{
name : 'uriTemplate',
label : browser.i18n.getMessage('policy_description_Handlers_property_handlers_uriTemplate'),
type : 'string'
type : 'url'
}
]
}
Expand Down

0 comments on commit 0b6b7f7

Please sign in to comment.