the0d0re9
the0d0re9
> don't believe this guy, he's a FSF terrorist My lawyers will be in touch, this is libel, the charges were dropped.
URLs are configurable in the source code, and it's behind a environment variable to enable it, didn't want to enable it by default :-)
> > var REPLACE_SITES = os.Getenv("REPLACE_SITES") != "false" > > It means it is active every case by default except you explicitly specify `REPLACE_SITES="false"` environment variable, so it is enabled...
Added json config support and swapped to using flags rather than environment variables. :-)
Sorry for the force pushes, git is not kind to mistakes :-(
Another consideration to make, should we modify the banner to say some sites have been remapped? Obviously most of the people operating morty wouldn't abuse this maliciously, but it may...
> > Another consideration to make, should we modify the banner to say some sites have been remapped? Obviously most of the people operating morty wouldn't abuse this maliciously, but...
> > Any preference on where this message is? or how we show the user that? > > Probably the best would be to display it on the currently viewed...
That does make it much easier, thank you :-)
> No problem. The new layout can be buggy with sites using fancy css, so it needs a bit more refinement, but we can do it later. I tested it...