Skip to content

Commit

Permalink
🐛 Adds microsoft-edge protocol (#34168)
Browse files Browse the repository at this point in the history
Closes #34167
  • Loading branch information
PHCCorso authored Jan 6, 2022
1 parent a6bc56e commit da7957f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions extensions/amp-bind/0.1/bind-validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ function createElementRules_() {
'fb-messenger': true,
'intent': true,
'line': true,
'microsoft-edge': true,
'skype': true,
'sms': true,
'snapchat': true,
Expand Down
2 changes: 2 additions & 0 deletions validator/validator-main.protoascii
Original file line number Diff line number Diff line change
Expand Up @@ -1377,6 +1377,8 @@ tags: {
protocol: "intent"
# Line messenger (https://media.line.me/howto/en/)
protocol: "line"
# (https://docs.microsoft.com/en-us/windows/uwp/launch-resume/launch-default-app#microsoft-edge-uri-scheme)
protocol: "microsoft-edge"
protocol: "skype"
protocol: "sms"
protocol: "snapchat"
Expand Down

0 comments on commit da7957f

Please sign in to comment.