Viewing profile — steffenweber
steffenweber
HN member- Joined
- Tue, Sep 01, 2015, 1:30 PM UTC
- HN karma
- 137
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About steffenweber
No profile information was provided.
Recent public activity
- story
- story
- story
-
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-…
-
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...
-
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…
-
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…