-
Notifications
You must be signed in to change notification settings - Fork 10
Add OpenClaw banner #4553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add OpenClaw banner #4553
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -20,6 +20,10 @@ beforeBody: | |||||
| link: 'https://datasaturdays.com/Event/20260228-datasaturday0079' | ||||||
| openIn: newWindow | ||||||
| imgSrc: /images/carousel/Data-Saturdays-Brisbane-2026.jpg | ||||||
| - label: Expert guidance from SSW to help you navigate the world of AI agents | ||||||
| link: 'http://ssw.com.au/consulting/openclaw' | ||||||
| openIn: newWindow | ||||||
| imgSrc: /images/carousel/OpenClaw-SSW-Hero-Banner-v6.jpg | ||||||
|
||||||
| imgSrc: /images/carousel/OpenClaw-SSW-Hero-Banner-v6.jpg | |
| imgSrc: /images/ssw-default-og.jpg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
linkfor the OpenClaw banner uses plainhttp://, which forces users onto an unencrypted connection where a network attacker can intercept or tamper with traffic (including any data they submit on that page). This can be exploited via man-in-the-middle attacks to inject malicious content or harvest credentials if the target page contains login or forms. Update this URL to usehttps://for the same host so that the navigation preserves end-to-end encryption.