|
|
|
|
|
by jakelazaroff
2858 days ago
|
|
The guarantee TLS provides is not that content is unable to be modified, but that any modifications are detectable. The router (or anything else between your computer and the server) can modify the content in transport to its heart's content, but it won't be able to sign it with the domain's private key, and so the browser will always know when such modifications have taken place and flag them as malicious. |
|