Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Add s.codepen.io to referer exceptions
Browse files Browse the repository at this point in the history
Fix #2665

Auditors: @bbondy
  • Loading branch information
diracdeltas committed Jul 22, 2016
1 parent d3a77f0 commit 758e5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/filtering.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ let initializedPartitions = {}
const transparent1pxGif = 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'

// Third party domains that require a valid referer to work
const refererExceptions = ['use.typekit.net', 'webtoon.phinf.naver.net', 'player.vimeo.com', 'cloud.typography.com', 'imgcomic.naver.net', 'fiddle.jshell.net', 'www.cibconline.cibc.com']
const refererExceptions = ['use.typekit.net', 'webtoon.phinf.naver.net', 'player.vimeo.com', 'cloud.typography.com', 'imgcomic.naver.net', 'fiddle.jshell.net', 'www.cibconline.cibc.com', 's.codepen.io']

This comment has been minimized.

Copy link
@bbondy

bbondy Jul 22, 2016

Member

it'd be good to make this an es6 Set for faster lookups btw as this grows.


/**
* Maps downloadId to an electron download-item
Expand Down

1 comment on commit 758e5d2

@bbondy
Copy link
Member

@bbondy bbondy commented on 758e5d2 Jul 22, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.