Elias Ojala
Elias Ojala
Example lists: * https://telcodb.net/docs/dns-hsts-preloading/ * http://suomispam.net/ * http://uribl.com/ * http://www.surbl.org/ * https://www.sarbl.org/Main
Chromium supports `X-XSS-Protection: 1; report=`. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection
This describes everything: 
``` ~/code/github.com/theel0ja/redom-test ❯ redom This utility will initialize a RE:DOM project folder for you. Just answer these few questions. Name of the project: (redom-example) redom-test Relative path where to init:...
How to implement profile photo downloading. `https://api.telegram.org/bot/getUserProfilePhotos?user_id=` Get the **file_id** from that, and go to: `https://api.telegram.org/bot/getFile?file_id=` Then get the **file_path** from that and go to: `https://api.telegram.org/file/bot/` Download it, and serve...