Results 40 issues of 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

enhancement

Chromium supports `X-XSS-Protection: 1; report=`. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection

This describes everything: ![image](https://cloud.githubusercontent.com/assets/5832930/24307750/08553bfe-10ce-11e7-8513-abc299935479.png)

very high impact
seo

``` ~/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...