| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 52ab64e commit 9a12f71
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -93,8 +93,8 @@ function isLoopback(host) { | |||
| 93 | 93 | return ( | |
| 94 | 94 | hostLower === 'localhost' || | |
| 95 | 95 | hostLower.startsWith('127.') || | |
| 96 | - hostLower.startsWith('[::1]') || | ||
| 97 | - hostLower.startsWith('[0:0:0:0:0:0:0:1]') | ||
| 96 | + hostLower === '[::1]' || | ||
| 97 | + hostLower === '[0:0:0:0:0:0:0:1]' | ||
| 98 | 98 | ); | |
| 99 | 99 | } | |
| 100 | 100 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments