Skip to content
This repository has been archived by the owner. It is now read-only.

Fix regression: isPotentialPhishingUrl is not defined #7904

Merged
merged 1 commit into from Mar 26, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Fix regression: isPotentialPhishingUrl is not defined

Closes #7903

Auditors:

Test Plan:
1. Open a page in a new tab
  • Loading branch information
Suguru Hirahara
Suguru Hirahara committed Mar 26, 2017
commit 3b6f2c713d7e49d0b2d83acf46c05a80e0630105
@@ -6,7 +6,7 @@

const windowConstants = require('../../../js/constants/windowConstants')
const {getSourceAboutUrl, getSourceMagnetUrl, isIntermediateAboutPage, navigatableTypes} = require('../../../js/lib/appUrlUtil')
const {isURL, getUrlFromInput} = require('../../../js/lib/urlutil')
const {isURL, isPotentialPhishingUrl, getUrlFromInput} = require('../../../js/lib/urlutil')
const {activeFrameStatePath, frameStatePath, frameStatePathForFrame, getFrameByKey, getActiveFrame, tabStatePath, getFrameByTabId} = require('../../../js/state/frameStateUtil')
const urlParse = require('../../common/urlParse')

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.