Live data from Hacker News

Viewing profile — steffenweber

steffenweber

HN member
Joined
Tue, Sep 01, 2015, 1:30 PM UTC
HN karma
137
Public activity
7 items

About steffenweber

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #13466088

    Google should reward fast / jank-free websites instead of rewarding websites that use one particular technology (AMP). On SERPs, both the "flash" icon and the AMP carousel are AMP-…

  5. comment
    Comment #13443293

    The conclusion of this discussion seems to be that "SameSite" cookies should be used to help preventing CSRF. https://www.igvita.com/2016/08/26/stop-cross-site-timing-att...

  6. comment
    Comment #13442867

    CSRF protection is not about attacks from evil clients (you can easily spoof any header with the HTTP client library of your choice, of course). CSRF protection is about preventing…

  7. comment
    Comment #13442573

    If all browsers sent the "Origin" HTTP header [1] with POST requests (such that web applications could rely on it) then CSRF [2] tokens mentioned in the article would become obsole…