git (21/41)
Category index page 21 of 41 pages, listing 100 out of 4046 entries in the category git.
Add viewport meta
Fix icon image MIME type
Remove Google Analytics
Even if the local tracker code respects Do No Track (DNT) settings, Google Analytics has been generally useless to me lately. Fixes #5.
Use local font files instead of Google Fonts
Fixes #4. Downloaded using google-font-download. https://github.com/neverpanic/google-font-download
Check for X-Forwarded-Proto HTTP header before attempting to unnecessarily redirect to HTTPS
Write about multiple record type lookups
Remove IETF, Cloudflare shaming
Point links to internal domain test urls, add external links opening in a new window/tab
Display more DNSSEC status details
- Make multiple requests for A, AAAA, CNAME, MX and SOA record types. - Missing records are ignored. If all replies are secure, then the result will be shown as secure. - Per-reco…→ Full commit message
Add node-inspector dev-dependency
Use npm start
Upgrade getdns bindings, fix other versions
Replaced http vs https disconnect category coverage scatter plot per-category linear regression/trend line with a parity reference line
Fix numbered lists
Replace space in folder name for prettier urls when deep linking
Add recap footer to talk notes
Move 32c3 files to subfolders, create READMEs
Change to 4 space indent for standard markup list compatibility
Add links, headings, spell check, complete some notes
Fix and expand notes for some talks
Replace tabs with two space for github markdown list indentation
Talk notes from 32c3 as taken live, including some placeholder files
Initial commit
Add link to the github repository
Use HTTPS instead of HTTP where possible
Add meddelare.com social share buttons/counters
Minor code cleanup
Ignore log files
jqnpm v0.5.6
Update tree structure
Update README files, at least as placeholders
Add short script explanations
Make sure files are normalized in git
Copy scripts from har-dulcify and ep-erroneous-votes
debounce uses different namespaces depending on external factors
Fix open graph image internet media type
Define the viewport
Debounce and delay window resize events
Also listen to touch/tap events
It seems the mouse-detector can be triggered without a mouse -- so if these listeners are started for the mouse, might as well use them for touch as well.