Re: [Bug-wget] Implement --pinnedpubkey option to pin public keys

2016-02-29 Thread Tim Rühsen
Hi Travis, just a few thoughts about your patch resp. HPKP in general. How do I create a pinnedpubkey file in the first place ? IMO, some examples using GnuTLS and OpenSSL tools should be documented. Could you name a few sites that send a Public-Key-Pins HTTP header ? Just as improvement...

Re: [Bug-wget] Implement --pinnedpubkey option to pin public keys

2016-02-29 Thread moparisthebest
Hi Tim, So here are some examples on how to get/create keys in various formats (for my website, moparisthebest.com): # pem format openssl s_client -connect www.moparisthebest.com:443 2>&1 < /dev/null | sed -n '/-BEGIN/,/-END/p' | openssl x509 -noout -pubkey > www.moparisthebest.com.pem

[Bug-wget] Patch for understanding srcset= on img tags.

2016-02-29 Thread Maksim Orlovich
Hi... wget currently doesn't understand HTML5's srcset= attribute on images. The attached adds support for it. This is under Google copyright, so should be covered by the company's copyright assignment with the FSF. If you might be interested in incorporating this in some form, please let me know

[Bug-wget] Wget not finding image references in javascript source

2016-02-29 Thread Zane Staggs
It seems wget ignores image paths that exist in javascript source like in a simple path string like "/path/to/my/image.jpg". I realize it's probably not easy to do parse every js string for an image path but wondering if there are ways to make it work or plans to implement it. I got around it for

Re: [Bug-wget] Wget not finding image references in javascript source

2016-02-29 Thread Darshit Shah
Hi Zane, The question of supporting links and images emebdded via javascript props up fairly often. JS is a dynamic scripting language and the code path taken depends on the user's interaction with the page. To simulate this, we would need a full JS engine inside of Wget. Apart from being

[Bug-wget] Broken: darnir/wget#75 (master - 7099f48)

2016-02-29 Thread Travis CI
Build Update for darnir/wget - Build: #75 Status: Broken Duration: 7 minutes and 15 seconds Commit: 7099f48 (master) Author: Darshit Shah Message: Sanitize value sent to memset to prevent SEGFAULT View the changeset: