Dev here...
We have tied together parts of https://github.com/daviferreira/medium-editor, vanilla-js and jquery :)
HN user
Django/Python Developer Javascript UI Developer Co Founder at Cucumbertown
Dev here...
We have tied together parts of https://github.com/daviferreira/medium-editor, vanilla-js and jquery :)
digitalpbk$ nslookup smtp.google.com Server: 8.8.8.8 Address: 8.8.8.8#53
server can't find smtp.google.com: NXDOMAIN
SMTP servers are down for me. Anyone else?
http://www.cucumbertown.com/magazine, I think we have it pretty clear about what goes to where.
yup
Server: google-public-dns-a.google.com Address: 8.8.8.8
* google-public-dns-a.google.com can't find stackoverflow.com: Server failed
Because it seems to be from selenium (from referer), it is triggering the JS too, we are using Google Analytics.
Most of the IPs are from the EC2 subnet.
Mostly duplicate content & messing up my analytics (increased bounce rate, decreased time spend on page etc.)
Developer here, since we had a click to open form at the time, we loaded the CSRF via AJAX. However that does not seem to be a good idea if we need it to work asap (and without javascript). I would look at something like SSI to put in the CSRF token to a cached page.