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

Commit

Permalink
add flash sitehack on ESPN.com
Browse files Browse the repository at this point in the history
fix #4572

Auditors: @luixxiul

Test Plan:
1. enable flash
2. go to espn.com
3. flash bar should appear. click 'allow'
4. videos on espn.com should play
  • Loading branch information
diracdeltas committed Oct 6, 2016
1 parent ea04d9a commit 9d92355
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/data/siteHacks.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ module.exports.siteHacks = {
'play.spotify.com': {
enableFlashCTP: true
},
'www.espn.com': {
enableFlashCTP: true
},
'player.siriusxm.com': {
enableFlashCTP: true,
redirectURL: 'https://player.siriusxm.com'
Expand Down

1 comment on commit 9d92355

@luixxiul
Copy link
Contributor

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.