Skip to content

Commit

Permalink
Merge pull request #54 from brave/no-safebrowsing
Browse files Browse the repository at this point in the history
remove option for safe browsing
  • Loading branch information
yrliou authored Aug 16, 2018
2 parents 23f1d78 + 881b89b commit cf088fa
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/components/braveShields/braveShieldsControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,6 @@ export default class BraveShieldsControls extends React.Component<BraveShieldsCo
onChange={this.onToggleJavaScript}
/>
</Column>
<Column>
<SwitchButton
id='blockPhishingMalware'
theme={theme.noUserSelect}
checked={false}
disabled={braveShields === 'block'}
rightText={getMessage('shieldsControlsBlockPhishingMalwareSwitch')}
/>
</Column>
</Grid>
<NoScript
blocked={javascript !== 'allow'}
Expand Down

0 comments on commit cf088fa

Please sign in to comment.