amp-toolbox icon indicating copy to clipboard operation
amp-toolbox copied to clipboard

A collection of AMP tools making it easier to publish and host AMP pages.

Results 115 amp-toolbox issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.5.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [thenify](https://github.com/thenables/thenify) from 3.3.0 to 3.3.1. Changelog Sourced from thenify's changelog. 3.3.1 / 2020-06-18 fixes [0d94a24] - fix: remove eval (#30) (Yiyu He ) Commits 1d054b4 Release 3.3.1 0d94a24 fix:...

dependencies

On the latest version of `@ampproject/toolbox-optimizer` (`v2.9.0`), it appears that certain iframe attributes are being stripped off the iframe. One in particular is the `heights` attribute. Per the AMP docs...

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hi there, This is regarding #1318 . It'd be great to have Continuous Deployment setup for Cloudflare Optimizer Scripts Demo. Since, we can't certainly be sure as long as the...

Fixes the error in Github Action CI Test Here's the run on my fork https://github.com/abdulhannanali/amp-toolbox/actions/runs/2436682882

**summary** Adds an extra layer of caching via `caches.default`. Significantly speeds up documents. cc @evanderkoogh

Hi, Is there any issue regarding https://amp.dev/page-experience/ , **here's an example of a valid amp page but detected as invalid url in page-experience** https://www.freecodecamp.org/news/pwa-vs-amp-what-is-the-difference-and-how-do-you-choose/amp/ **here's some error in browser console**...

Can the optimizer now handle the amp-story tag? In this repo, it is mentioned that the amp-story tag is not supported: https://github.com/ampproject/amp-toolbox/blob/e40c5c3461022209dd521518f873d41321670bf9/packages/optimizer/lib/Extensions.js#L27 https://github.com/ampproject/amp-toolbox/blob/e40c5c3461022209dd521518f873d41321670bf9/packages/optimizer/README.md?plain=1#L560 However, I think it can now be...

# Issue A node fails transforming, if it has 'heights'-attribute which contains more than one media query. Also the attribute got **removed** on rendering, if it had failed on transforming....