Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/components/supporters/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ const supportList = [
img_src: "img/supporters/bocloud.svg",
external_link: "https://www.bocloud.com.cn/product/BeyondEdge",
},

{
name:"BlueDot",
img_src: "img/supporters/bluedot.svg",
external_link: "http://portal.bluedotai.cn",
},
Comment on lines +21 to +25

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

security-medium medium

For security and privacy, it is recommended to use HTTPS instead of HTTP for external links to protect users from potential man-in-the-middle (MITM) attacks. Additionally, this suggestion fixes the formatting issues (missing space after name: and incorrect indentation of the closing brace) to maintain consistency with the rest of the file.

Suggested change
{
name:"BlueDot",
img_src: "img/supporters/bluedot.svg",
external_link: "http://portal.bluedotai.cn",
},
{
name: "BlueDot",
img_src: "img/supporters/bluedot.svg",
external_link: "https://portal.bluedotai.cn",
},


{
name: "China Mobile",
Expand Down
Binary file added static/img/supporters/bluedot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading