Earlier quoted context omitted.
1. Most Gmail users can receive money by email ( https://support.google.com/mail/answer/3141103 and coredump.cx MX records point to Gmail) 2. Ask him his Bitcoin address 3. Paypal to this address :)
You don't need to ask him for Bitcoin address. Just send him private key of a bitcoin wallet. Or this https://www.bctip.org/en/
This JPEG is also a webpage
231–236 of 236 posts
Re: This JPEG is also a webpage
#232Earlier quoted context omitted.
I visited some other black listed sites .> and discovered the pattern, then dug around in the router settings to see what had changed. Disabling parental controls sorted it and I can now see the squirrel/chipmunk/unidentified rodent. Lesson learned: just use a VPN.
> I visited some other black listed sites .> Is that an ASCII representation of what I think it is? (a well known .cx site)
Re: This JPEG is also a webpage
#233Earlier quoted context omitted.
Or one of the best. Switch wen browsers to strict processong and you will hardly find working web page.
Which are the faults of the authors. No one expects malformed source code to compile, a video with corrupted headers to play properly or a binary containing invalid instructions not to crash. This decision allowed people to get away with broken web pages instead of forcing them to fix their mistakes.
The cost of a malformatted HTML document rendering despite the errors is not that severe compared to the benefits it provides, as we have seen.
Re: This JPEG is also a webpage
#234Earlier quoted context omitted.
I think it may only work if you omit a Content-Type header. Checking Firefox's Network tab, it looks like the server isn't serving one for that page.
It's sending the "wrong" one -- $ curl -I http://lcamtuf.coredump.cx/squirrel/ HTTP/1.1 200 OK Date: Thu, 11 Aug 2016 05:18:00 GMT Server: Apache Last-Modified: Mon, 19 Sep 2011 23:31:49 GMT Accept-Ranges: bytes Content-Length: 135938 Content-Type: text/html
I guess browsers only forbid ignoring Content-Type for stuff like JS, then. For JPEG it's probably not a security concern.
Re: This JPEG is also a webpage
#235Re: This JPEG is also a webpage
#236Earlier quoted context omitted.
This is why it's important to correctly set the Content-Type header when serving files. Also why it's a good idea to have user-uploaded content served from a separate domain.
Please elaborate on the part about UCG from a separate domain. Why is this?
https://github.com/blog/1452-new-github-pages-domain-github-...