Skip to content

Tags: ampproject/amphtml

Tags

2605071401000

Toggle 2605071401000's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
📦 Update dependency chromedriver to v148 (#40496)

* 📦 Update dependency chromedriver to v148

* Fix tests broken by browser API changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Rozenberg <rodaniel@amp.dev>

2604150425000

Toggle 2604150425000's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add GDPR/consent support to amp-slikeplayer (#40500)

* Add GDPR/consent support to amp-slikeplayer

Integrate AMP consent framework so the Slike player iframe can request
and receive consent data via postMessage, enabling cleo-player to handle
personalisation and analytics decisions based on user consent state.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Add unit tests for consent data forwarding in amp-slikeplayer

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

2604092309000

Toggle 2604092309000's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: allow 'expanded' attribute in Purifier (#40501)

* fix: allow 'expanded' attribute in Purifier

Allow 'expanded' to be preserved during HTML sanitization. This is needed for amp-accordion (and Bento accordion) when rendered inside templates like amp-mustache, where state attributes on standard tags (like <section>) were being stripped.

Includes test case for standard elements.

* fix: allow 'expanded' attribute in Purifier

Allow 'expanded' to be preserved during HTML sanitization. This is needed for amp-accordion (and Bento accordion) when rendered inside templates like amp-mustache, where state attributes on standard tags (like <section>) were being stripped.

Includes test case for standard elements.

* remove conflict markers

* remove the allowlisting to change the test

* add back allowlist

2603032146000

Toggle 2603032146000's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Only run package-lock.json sync check on PRs (#40495)

2603010454000

Toggle 2603010454000's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
📦 Update dependency minimatch to v9.0.7 [SECURITY] (#40493)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

2601162341000

Toggle 2601162341000's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
AMP analytics tag for MGID and Idealmedia (#40460)

2601141724000

Toggle 2601141724000's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Analytics for adskeeper (#40461)

2601131914000

Toggle 2601131914000's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix failing links on analytics vendors doc (#40468)

2512221826001

Toggle 2512221826001's commit message
Fix GFP cookie expiration to account for serving sending timestamp in… (

#40462)

* Fix GFP cookie expiration to account for serving sending timestamp in seconds not milliseconds.

* Add comment.

(cherry picked from commit 7c2eeff)

2601072210000

Toggle 2601072210000's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix GFP cookie expiration to account for serving sending timestamp in… (

#40462)

* Fix GFP cookie expiration to account for serving sending timestamp in seconds not milliseconds.

* Add comment.