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

Commit

Permalink
Pass in bravery settings to trigger re-render on Frame
Browse files Browse the repository at this point in the history
Auditors: @bridiver
  • Loading branch information
bbondy committed Aug 2, 2016
1 parent a5e95b7 commit 4d356a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions js/components/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,14 @@ class Main extends ImmutableComponent {
unloaded={frame.get('unloaded')}
audioMuted={frame.get('audioMuted')}
passwords={this.props.appState.get('passwords')}
adblock={this.props.appState.get('adblock')}
safeBrowsing={this.props.appState.get('safeBrowsing')}
httpsEverywhere={this.props.appState.get('httpsEverywhere')}
trackingProtection={this.props.appState.get('trackingProtection')}
adInsertion={this.props.appState.get('adInsertion')}
noScript={this.props.appState.get('noScript')}
flash={this.props.appState.get('flash')}
cookieblock={this.props.appState.get('cookieblock')}
flashInitialized={this.props.appState.get('flashInitialized')}
allSiteSettings={allSiteSettings}
frameSiteSettings={this.frameSiteSettings(frame.get('location'))}
Expand Down

0 comments on commit 4d356a7

Please sign in to comment.