Skip to content

Commit

Permalink
remove expressvpn sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Jul 24, 2023
1 parent 2ee6034 commit 337803b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
8 changes: 0 additions & 8 deletions server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,6 @@ app.get('/faq', function (req, res) {
res.render('faq', { rawTitle: 'WebTorrent FAQ' })
})

app.get('/expressvpn', function (req, res) {
res.redirect(301, 'https://www.get-express-vpn.com/offer/torrent-vpn-1?a_fid=wt&offer=3monthsfree')
})

app.get('/expressvpn2', function (req, res) {
res.redirect(301, 'https://www.xvbelink.com/?a_fid=wt&offer=3monthsfree')
})

// app.get('/500', (req, res, next) => {
// next(new Error('Manually visited /500'))
// })
Expand Down
10 changes: 5 additions & 5 deletions server/views/desktop-download.pug
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ block body
img(src='/img/supporters/patreon.png')


.feature-block.center
article
a(href='/expressvpn', rel='nofollow', target='_blank')
img(src='/img/supporters/express-vpn-banner.png')
p This offer from our partner supports the development of WebTorrent.
//- .feature-block.center
//- article
//- a(href='/expressvpn', rel='nofollow', target='_blank')
//- img(src='/img/supporters/express-vpn-banner.png')
//- p This offer from our partner supports the development of WebTorrent.
.feature-block
article
p
Expand Down
2 changes: 0 additions & 2 deletions server/views/home.pug
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ block body
img(src='/img/supporters/socket.png', alt='Socket – JavaScript Dependency Security Scanner')
a(href='https://www.wormhole.app', target='_blank', class='sponsor')
img(src='/img/supporters/wormhole.png', alt='Wormhole')
a(href='/expressvpn', rel='nofollow', target='_blank', class='sponsor')
img(src='/img/supporters/expressvpn.png', alt='ExpressVPN')
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CE7DT2QY&placement=webtorrentio" id="_carbonads_js"></script>

.feature-block
Expand Down

0 comments on commit 337803b

Please sign in to comment.