mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 01:11:25 +00:00
Mixed content weakens HTTPS fix5 (#615)
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
6db8252fb7
commit
696acbb2a9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ But I’m just a camper and couldn’t solo mid to save my life, so what do I kn
|
|||
|
||||
Introducing the *first* French-speaking channel to LBRY and the first LoL streamer…
|
||||
|
||||
<video width="100%" controls poster="http://berk.ninja/thumbnails/uyo8s7hE9xY" src="https://spee.ch/9ac8454a292304d8b6e2309fc6698b354a436cc6/nono-adc-master-best-of-1.mp4"/></video>
|
||||
<video width="100%" controls poster="https://berk.ninja/thumbnails/uyo8s7hE9xY" src="https://spee.ch/9ac8454a292304d8b6e2309fc6698b354a436cc6/nono-adc-master-best-of-1.mp4"/></video>
|
||||
|
||||
Nono, a Season 1 LCS (League Championship Series) player in EU, shows some of his games, his e-sport events and Summoner's tips to a French-speaking audience, right here on LBRY at [lbry://@Nono](https://open.lbry.io/%40Nono) or spee.ch/@Nono.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue