mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add Express VPN to privacy related listings
This commit is contained in:
parent
bddc178928
commit
263f2b15cc
2 changed files with 10 additions and 0 deletions
|
|
@ -79,6 +79,13 @@ const ads = {
|
||||||
imageAlt: 'Wondershare Filmora on a macOS Desktop',
|
imageAlt: 'Wondershare Filmora on a macOS Desktop',
|
||||||
copy: 'Filmora X now supports ARM',
|
copy: 'Filmora X now supports ARM',
|
||||||
corner: 'Ad'
|
corner: 'Ad'
|
||||||
|
},
|
||||||
|
'expressvpn-bounty': {
|
||||||
|
url: 'http://www.xvuslink.com/blog/bug-bounty-bonus-vpn-server-vulnerabilities/?a_aid=doesitarm',
|
||||||
|
imageSrc: 'https://vumbnail.com/7uE7kFcJ_Pk.jpg',
|
||||||
|
imageAlt: 'Protect Your Online Privacy Now With ExpressVPN',
|
||||||
|
copy: 'ExpressVPN\'s $100,000 bug bounty bonus for VPN server vulnerabilities',
|
||||||
|
corner: 'Ad'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,9 @@ const adName = (() => {
|
||||||
// Video and Motion Tools
|
// Video and Motion Tools
|
||||||
if ( listing?.category?.slug === 'video-and-motion-tools' ) return 'wondershare-arm-1'
|
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'
|
return 'default'
|
||||||
})()
|
})()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue