🐛 Adds microsoft-edge protocol#34168
Conversation
|
Hey @ampproject/wg-caching! These files were changed: |
validator/validator-main.protoascii
Outdated
| protocol: "web+mastodon" # See GitHub issue #14793 | ||
| protocol: "wh" | ||
| protocol: "whatsapp" | ||
| protocol: "microsoft-edge" |
There was a problem hiding this comment.
Please add a comment with a link to:
https://docs.microsoft.com/en-us/windows/uwp/launch-resume/launch-default-app#microsoft-edge-uri-scheme
or something similar.
There was a problem hiding this comment.
Looks the validation entry needs to be sorted alphabetically as well.
|
@alanorozco could you triage or review, Will is no longer on AMP and unsure who owns |
| 'web+mastodon': true, | ||
| 'wh': true, | ||
| 'whatsapp': true, | ||
| 'microsoft-edge': true, |
There was a problem hiding this comment.
Please keep list alphabetically sorted below // 3rd Party Protocols.
microsoft-edge should go between line and skype.
There was a problem hiding this comment.
You need to sort it on this file as well.
There was a problem hiding this comment.
@alanorozco silly me. Totally overlooked that. Fixed.
|
Looks good to me except for sorting. I'll approve once that's addressed. |
|
@phcorso You need to sort it on |
|
@PHCCorso Apologies for the late response. Would love to merge this once able. Would you mind updating your branch? |
|
@alanorozco done. |
…nce-attr-to-hero-img * 'main' of github.com:ampproject/amphtml: (525 commits) mathml storybook: supply missing component definition. (#37326) storybook: Iframe --> BentoIframe (#37327) 🖍 [Story system layer] New ad badge (#37311) 🐛 [amp story] Replay/next page button bug fix (#37316) 🚀 [Story performance] Remove affiliate links (#37280) Compiler: Add amp-carousel-0.1 to the builder map (#37308) ⏪ [Story system layer] Audio icon disappears when story has background audio (#37314) 🚀 [Story performance] Remove story access (#37281) Fix remapping esbuild output on Windows (#37312) 🐛 adds in correct weight for amp-story-product-tag text (#37188) typechecking carousel: remove shame files (#37213) Use remapping to remap minified sourcemap into source code (#37238) SwG Release 0.1.22.199 (#37310) 🐛 Adds microsoft-edge protocol (#34168) Sync for validator cpp engine and cpp htmlparser (#37292) ✨ amp-story-shopping Updated currency with product price and correct Localized currency (#37249) ✨[Smartadserver ad extension] Implement support for Fast Fetch (#36991) Remove client-side-experiments-config.json from this repo (#37304) 🚮 Remove closure compiler logic from build-system. (#37296) 🌐 Added RTL ordering i18n for amp story shopping tag (#37252) ...
Closes #34167