mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 09:21:26 +00:00
Mixed content weakens HTTPS fix17 (#627)
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
c2bfd52a01
commit
46586c6b70
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ LBRY Inc., the startup behind a new blockchain-based content distribution platfo
|
|||
|
||||
Stephan Kinsella has joined the executive team of LBRY Inc. as Legal Advisor, helping the company navigate the complex US and international copyright laws as they seek to radically upend the media industry.
|
||||
|
||||

|
||||

|
||||
|
||||
*<p style="text-align: center;">Stephan Kinsella, J.D. LL.M., Author and IP Attorney</p>*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue