Skip to content

Commit 8e129fc

Browse files
committed
Proxy support for amp-optimizer
1 parent 1165683 commit 8e129fc

3 files changed

Lines changed: 496 additions & 42 deletions

File tree

packages/optimizer/lib/warmup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
const AbortController = require('abort-controller');
18-
const fetch = require('node-fetch');
18+
const fetch = require('node-fetch-with-proxy');
1919
const log = require('@ampproject/toolbox-core').log.tag('AMP OPTIMIZER');
2020
const AmpOptimizer = require('../');
2121

0 commit comments

Comments
 (0)