Remove deprecated Cloudflare AMP Cache and A4A support.#26912
Remove deprecated Cloudflare AMP Cache and A4A support.#26912jridgewell merged 1 commit intoampproject:masterfrom
Conversation
|
Hey @ampproject/wg-caching, these files were changed: |
|
This pull request introduces 1 alert and fixes 2 when merging 108642a into 99c5984 - view on LGTM.com new alerts:
fixed alerts:
|
108642a to
9c1eb10
Compare
|
This pull request fixes 2 alerts when merging 9c1eb10 into 4c71f6c - view on LGTM.com fixed alerts:
|
|
/to @ampproject/wg-caching |
| return ( | ||
| url.toLowerCase().indexOf('cdn.ampproject.org') !== -1 || // lgtm [js/incomplete-url-substring-sanitization] | ||
| url.toLowerCase().indexOf('amp.cloudflare.com') !== -1); // lgtm [js/incomplete-url-substring-sanitization] | ||
| return url.toLowerCase().indexOf('cdn.ampproject.org'); // lgtm [js/incomplete-url-substring-sanitization] |
There was a problem hiding this comment.
Oops. Bad edit. Fixed.
9c1eb10 to
baea34f
Compare
|
This pull request fixes 1 alert when merging baea34f into 950ebea - view on LGTM.com fixed alerts:
|
|
Anything left here that needs further action for submitting? |
|
Just a rebase |
baea34f to
3667bed
Compare
|
Rebasing! |
|
This pull request fixes 1 alert when merging 3667bed into ba61489 - view on LGTM.com fixed alerts:
|
| @@ -162,13 +162,6 @@ exports.rules = [ | |||
| allowlist: [ | |||
| // See todo note in ads/_a4a-config.js | |||
| 'ads/_a4a-config.js->' + | |||
There was a problem hiding this comment.
Ahh, need to delete this line, too.
3667bed to
2c746b1
Compare
|
This pull request fixes 1 alert when merging 2c746b1 into e705eea - view on LGTM.com fixed alerts:
|
|
I don't know why the visual change happened with the last change. It shouldn't have affected things. Is this PR ready for merging? |
|
Seems like a flaky visual test. I manually approved, merging. |
* cl/299411284 Allow links with `tel` scheme in email spec * cl/300054759 github commit msg missing or malformed * cl/300575599 Revision bump for #27098 * cl/300578001 Revision bump for #27132 * cl/300590811 Revision bump for #27027 * cl/300593269 Revision bump for #27170 * cl/300596115 Revision bump for #27134 * cl/300598356 Revision bump for #27076 * cl/300599497 Revision bump for #26912 Co-authored-by: honeybadgerdontcare <sedano@google.com>
No description provided.