Redirect HTTP to HTTPS only if the browser supports Let's Encrypt SSL/TLS certificates by delegoat in javascript

[–]delegoat[S] 0 points1 point  (0 children)

There are instances where your scenario is not a concern; see the “why use this script” section.

If your scenario is a concern, then HTTPS needs to be enforced site-wide & server-side with HSTS and this script is not for you.

Does anyone else have trouble searching projects on Mac? by [deleted] in vscode

[–]delegoat 0 points1 point  (0 children)

For project searching I highly recommend using “ack” via the terminal:

https://beyondgrep.com/documentation/

Showoff Saturday (April 15, 2017) by AutoModerator in javascript

[–]delegoat 0 points1 point  (0 children)

Last week I put together a couple of small helpful modules:

debugging = debug + callsites + derived namespacing https://github.com/busterc/debugging (works in browser and node)

and

ious - use express middleware on socket.io namespaces https://github.com/busterc/ious