From dce5b1fadef8453c68db944d16a2f248cf14ad1b Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 07:53:55 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=20Fix=20insecure=20protocol=20in?= =?UTF-8?q?=20external=20URLs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated cleartext HTTP URLs to HTTPS in `index.html` JSON-LD to mitigate security risks. Also updated the Stack Overflow URL to use HTTPS. Co-authored-by: xRahul <1639945+xRahul@users.noreply.github.com> --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index af001ff8..b40097a5 100644 --- a/index.html +++ b/index.html @@ -90,9 +90,9 @@ "name": "Chandigarh Engineering College", "sameAs": [ "https://en.wikipedia.org/wiki/Chandigarh_Engineering_College", - "http://cecmohali.org" + "https://www.cecmohali.org" ], - "logo": "http://cecmohali.org/wp-content/themes/cec-mohali/img/logo.jpg", + "logo": "https://www.cecmohali.org/wp-content/themes/cec-mohali/img/logo.jpg", "email": "contact@cecmohali.org", "address": { "@type": "PostalAddress", @@ -133,7 +133,7 @@ "https://github.com/xRahul", "https://www.facebook.com/xRahulJain", "https://twitter.com/xRahulJain", - "http://stackoverflow.com/users/1435626/rahul" + "https://stackoverflow.com/users/1435626/rahul" ] }