| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 77682b5 commit 3c4541f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -79,8 +79,8 @@ function isLoopback(host) { | |||
| 79 | 79 | return ( | |
| 80 | 80 | hostLower === 'localhost' || | |
| 81 | 81 | hostLower.startsWith('127.') || | |
| 82 | - hostLower.startsWith('[::1]') || | ||
| 83 | - hostLower.startsWith('[0:0:0:0:0:0:0:1]') | ||
| 82 | + hostLower === '[::1]' || | ||
| 83 | + hostLower === '[0:0:0:0:0:0:0:1]' | ||
| 84 | 84 | ); | |
| 85 | 85 | } | |
| 86 | 86 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments