Skip to content

Commit

Permalink
allow for overlap between string and const
Browse files Browse the repository at this point in the history
  • Loading branch information
moritztim committed Jan 22, 2025
1 parent 803877a commit ffa559a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/json/declarative-net-request-ruleset.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
"scheme": {
"$comment": "TODO: Require host when extension scheme is used.",
"description": "The new scheme for the request. Allowed values are \"http\", \"https\", and the scheme of the extension, for example, \"moz-extension\" in Firefox or \"chrome-extension\" in Chrome. When the extension scheme is used, the host must be specified to generate a meaningful redirection target.\n\nhttps://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/declarativeNetRequest/URLTransform#scheme",
"oneOf": [
"anyOf": [
{
"const": "http"
},
Expand Down

0 comments on commit ffa559a

Please sign in to comment.