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

Commit

Permalink
Merge pull request #7407 from brave/popyard-images
Browse files Browse the repository at this point in the history
Display correct images on popyard.org
  • Loading branch information
jonathansampson authored Feb 27, 2017
2 parents 7373a01 + 5e20247 commit 7f4b048
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 @@ -46,7 +46,7 @@ const transparent1pxGif = 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAE
const pdfjsOrigin = `chrome-extension://${config.PDFJSExtensionId}`

// Third party domains that require a valid referer to work
const refererExceptions = ['use.typekit.net', 'cloud.typography.com']
const refererExceptions = ['use.typekit.net', 'cloud.typography.com', 'www.moremorewin.net']

/**
* Maps partition name to the session object
Expand Down

0 comments on commit 7f4b048

Please sign in to comment.