mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
Remove duplicate ifdefs in browser-safebrowsing.js
This commit is contained in:
parent
5d02e0b3b3
commit
199c3900f8
1 changed files with 0 additions and 2 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
#ifdef MOZ_SAFE_BROWSING
|
|
||||||
var gSafeBrowsing = {
|
var gSafeBrowsing = {
|
||||||
|
|
||||||
setReportPhishingMenu: function() {
|
setReportPhishingMenu: function() {
|
||||||
|
|
@ -47,4 +46,3 @@ var gSafeBrowsing = {
|
||||||
return SafeBrowsing.getReportURL(name, gBrowser.currentURI);
|
return SafeBrowsing.getReportURL(name, gBrowser.currentURI);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue