|
|
|
|
|
by Turing_Machine
4199 days ago
|
|
Way back when, I wrote a simple web server that ran on localhost that served empty files for any .html, .js, etc. request and 1x1 pixel images for any .gif, .jpg, etc. request. It worked pretty good. As a poster upthread noted, though, the big issue with this approach is maintaining the list. |
|