diff options
| author | Yuval Adam <_@yuv.al> | 2019-11-06 13:49:56 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-11-06 13:49:56 +0200 |
| commit | 7ef688df30161176bf1f06327a9f56f5a220bfc4 (patch) | |
| tree | f2d485d52e501d30d2fb576c7f6d5acf6a3b881f | |
| parent | 96bf31dc6b137d145c8eea6ee0bcb80938249423 (diff) | |
Fix mixed content warning
| -rw-r--r-- | src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index c04e448..23b15c1 100644 --- a/src/index.html +++ b/src/index.html @@ -11,7 +11,7 @@ <meta name="description" content="Interactive IP address and CIDR range visualizer"> <meta name="author" content="Yuval Adam"> - <link rel="canonical" href="http://cidr.xyz"> + <link rel="canonical" href="https://cidr.xyz"> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
