mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-02 10:15:10 +00:00
Mixed content weakens HTTPS fix10 (#620)
Mixed content weakens HTTPS Requesting subresources using the insecure HTTP protocol weakens the security of the entire page, as these requests are vulnerable to man-in-the-middle attacks, where an attacker eavesdrops on a network connection and views or modifies the communication between two parties. Using these resources, an attacker can often take complete control over the page, not just the compromised resource. Although many browsers report mixed content warnings to the user, by the time this happens, it is too late: the insecure requests have already been performed and the security of the page is compromised. This scenario is, unfortunately, quite common on the web, which is why browsers can't just block all mixed requests without restricting the functionality of many sites.
This commit is contained in:
parent
84340c1e4c
commit
0cf3fd636c
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ We’re excited to announce that Josh Finer will be “that guy” on the LBRY t
|
|||
|
||||
Finer’s official title is Chief Growth Officer, but we just think of him as Mr. Problem Solver.
|
||||
|
||||
<p style="text-align: center;"><img src="http://i.imgur.com/EJxY422.jpg" alt="LBRY's Chief Growth Officer, Josh Finer"></p>
|
||||
<p style="text-align: center;"><img src="https://i.imgur.com/EJxY422.jpg" alt="LBRY's Chief Growth Officer, Josh Finer"></p>
|
||||
|
||||
Josh is as comfortable in the suit-and-tie world of business and finance as he is in the nerdy world of computers and coding. As he put it, “Walking the line between technical and business issues is my pastime.”
|
||||
|
||||
|
@ -37,4 +37,4 @@ Mike Vine, LBRY’s Technology Evangelist, said that he is thrilled to have a pr
|
|||
> “We’ve only just started working together, and I already see what Josh brings to the project. I am anxious to tell the world about using a blockchain to deliver content into every living room, and Josh is going to make sure that message reaches key audiences. We’re looking for developers, artists, and investors to come together to make this work. We’re already moving forward, but Josh will turn our steps into leaps.”
|
||||
|
||||
|
||||
***<p style="text-align: center;">[Become a LBRY Alpha Tester and earn 1,000 LBRY credits (LBC)](https://lbry.io/get).</p>***
|
||||
***<p style="text-align: center;">[Become a LBRY Alpha Tester and earn 1,000 LBRY credits (LBC)](https://lbry.io/get).</p>***
|
||||
|
|
Loading…
Add table
Reference in a new issue