Live data from Hacker News

Viewing profile — aegarbutt

aegarbutt

HN member
Joined
Mon, Sep 26, 2016, 8:17 PM UTC
HN karma
10
Public activity
6 items

About aegarbutt

[ my public key: https://keybase.io/aegarbutt; my proof: https://keybase.io/aegarbutt/sigs/aBxwB4smze7cjdIH-H-Jy_BirJ2F7PVjOeOEKsWKJ7Y ]

Recent public activity

  1. comment
    Comment #17074795

    Or I just expose my malicious share to the Internet. No mounting step necessary. file:// /evil.js

  2. comment
    Comment #17074772

    The CSP policy was 'self'. The problem is that all file:// URIs share an origin in Electron. So, 'self' is ALL file:// URIs.

  3. comment
    Comment #17051528

    For reference: https://github.com/electron/electron/issues/5151

  4. comment
    Comment #17051509

    If I remember correctly, on Windows you can reference file:// /path/to/file Thanks SMB / UNC Paths.

  5. comment
    Comment #17051434

    In Electron, all file:/// URIs share an origin. Using `script-src: 'self'` isn't much of a boundary.

  6. comment
    Comment #12585187

    They really missed an opportunity to have their URL be https://evaluate-csp.withgoogle.com Rolls off the tongue better than https://csp-evaluator.withgoogle.com .