Kim Carter

Results 81 comments of Kim Carter

This would be a great addition. I'm looking to create a mailing list that users can subscribe to from the "blog" rather than "blog [post]", so when ever I write...

I'm getting the same error (with hugo), but baseurl is present. Files are at https://github.com/binarymist/BinaryMistBlog/ on master > Post request From burp: ``` POST /v2/entry/binarymist/BinaryMistBlog/master/ HTTP/1.1 fields%5Bname%5D=kim&fields%5Bemail%5D=k%40c&fields%5Burl%5D=http%3A%2F%2Fkims-website&fields%5Bcomment%5D=test+comment ``` Decoded ```...

I've added ``` ``` To the post ``` options%5Bslug%5D=the-cloud-shared-responsibility-model&fields%5Bname%5D=kim&fields%5Bemail%5D=k%40c&fields%5Burl%5D=http%3A%2F%2Fkims-website&fields%5Bcomment%5D=test+comment ``` but getting the same error. What is staticman looking for that I'm not giving it? According to the [sample](https://github.com/eduardoboucas/staticman/blob/master/staticman.sample.yml) and...

I see this is possible if the commenter subscribes via mailgun, but is there any other way? Is this a feature that we could look at doing?

"sent in the email notification", as in, commenter submits comment, email notification comes through with posters email address?

To add to my last comment, right before the email address is md5'd (in staticman SaaS) could it be emailed to the website owner via mailgun? @StephenCleary : Yip, that's...

True, I'll have to have a play with this. Some resources I wrote for others that want to try this: * risks: https://f1.holisticinfosecforwebdevelopers.com/chap06.html#web-applications-identify-risks-cryptography-on-the-client * countermeasures: https://f1.holisticinfosecforwebdevelopers.com/chap06.html#web-applications-countermeasures-cryptography-on-the-client

Just evaluating jsonapi (de)serialiser offerings currently, and I'd say yes, it's out of date. The README says it supports native promises, the `package.json` says `"engines" : { "node" : ">=0.12"...