Skip to content

Commit

Permalink
Update optimization_checks.py
Browse files Browse the repository at this point in the history
Add Transparent Edge as a detected CDN
  • Loading branch information
diegosuarez authored Feb 26, 2024
1 parent 4ac1576 commit e50a61a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/optimization_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,10 @@ def __init__(self, job, task, requests):
'.cdn.dnsv1.com.cn',
'.dsa.dnsv1.com',
'.dsa.dnsv1.com.cn'],
'Transparent Edge': ['.edge2befaster.io',
'.edge2befaster.net',
'.edgetcdn.io,
'.edgetcdn.net'],
'TRBCDN': ['.trbcdn.net'],
'Twitter': ['.twimg.com'],
'UnicornCDN': ['.unicorncdn.net'],
Expand Down

0 comments on commit e50a61a

Please sign in to comment.