Eric Mill

Results 333 comments of Eric Mill

@lgarron Got it -- I commented on the bug: https://bugs.chromium.org/p/chromium/issues/detail?id=626180#c7

Not sure who's triaging these issues, though cc @ericlaw1979 in case he's interested. This remains a requirement that is causing some domains to not maintain preload eligibility as external redirects...

Closing without a reproducible public hostname to measure this on. @egyptiankarim if this is still an issue, please feel free to re-open with an example.

Thank you, we can work with that!

This remains a great idea, if we can somehow distinguish those things. I think it means going beyond `sslyze`'s STDOUT output and digging into the (new) Python API in some...

Running off of the CLI (`pshtt --version` says `0.3.0`) with _either_ `worklife4you.com` or `www.worklife4you.com` gives me a `null` value in the resulting JSON, ``` pshtt worklife4you.com -d -j ``` ```json...

@refayathaque Given this, I think you're seeing two issues: * The `None`/`False` distinction is because in 0.3.0, `None` only gets turned into `False` right before CSV serialization. This is fixed...

@refayathaque `list` is a built-in Python function, it forces a Python iterator (which is what `results` is when it's returned from `pshtt`) to evaluate the entire iterator and convert it...

@refayathaque - 1. For worklife4you.com, you should get (and I do get) the same results whether you use `www` or not. `pshtt` treats those inputs as identical. And for that...

> The strawman idea right now is for an authoritative .gov URL to host a list of .gov domains to be preloaded. hstspreload.org would regularly check that URL and add...