DiscoverCodePen Radio408: Proxied Third-Party JavaScript
408: Proxied Third-Party JavaScript

408: Proxied Third-Party JavaScript

Update: 2025-09-09
Share

Description

Chris and Stephen hop on the podcast to discuss the concept of a proxy. Possibly the most "gray hat" thing that CodePen does. We use a third-party analytics tool called Fullres. We could just put a link to the <script> necessary to make that work directly to fullres.com, but being an analytics tool, it's blocked by a ton of ad blocking browsers and browser extensions. We made the conscious choice to have that <script> point to a codepen.io URL instead (a proxy) so that we get (much) more accurate usage data on the app. Since there is nothing tracked that is an anonymity concern, and we do nothing with the data other than help inform ourselves on how to make a better app, we wear this gray hat.





If you'd still like to block these requests, the path would be https://codepen.io/stats/fr/*





Time Jumps

Comments 
00:00
00:00
x

0.5x

0.8x

1.0x

1.25x

1.5x

2.0x

3.0x

Sleep Timer

Off

End of Episode

5 Minutes

10 Minutes

15 Minutes

30 Minutes

45 Minutes

60 Minutes

120 Minutes

408: Proxied Third-Party JavaScript

408: Proxied Third-Party JavaScript

CodePen Blog