Add Express VPN to privacy related listings

This commit is contained in:
Sam Carlton 2022-08-01 13:39:34 -05:00
parent bddc178928
commit 263f2b15cc
2 changed files with 10 additions and 0 deletions

View file

@ -45,6 +45,9 @@ const adName = (() => {
// Video and Motion Tools
if ( listing?.category?.slug === 'video-and-motion-tools' ) return 'wondershare-arm-1'
// VPNs, Security, and Privacy
if ( listing?.category?.slug === 'vpns-security-and-privacy' ) return 'expressvpn-bounty'
return 'default'
})()