about summary refs log tree commit diff
path: root/ui-refs.h
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2014-09-10 11:24:07 +0200
committerLukas Fleischer <cgit@cryptocrack.de>2014-12-13 12:38:42 +0100
commit10c5680efb02b534108b174c0967d08ae3e46927 (patch)
treeab56436cbe6eb5fcca38a93a9ee84036e978e354 /ui-refs.h
parentui-diff: add "stat only" diff type (diff)
downloadcgit-pink-10c5680efb02b534108b174c0967d08ae3e46927.tar.gz
cgit-pink-10c5680efb02b534108b174c0967d08ae3e46927.zip
filter: fix libravatar email-filter https issue
Serving cgit via https and getting avatar via http gives error messages
about untrusted content. This decides whether or not to use https link
by looking at the environment variable HTTPS, which is set in CGI.
Diffstat (limited to 'ui-refs.h')
0 files changed, 0 insertions, 0 deletions
esJune McEnroe2018-09-14 | | | | | This results in a tiny bit of premature wrapping for color codes, but that isn't a problem. * Remove word handling from formatParseJune McEnroe2018-09-14 | * Apply consecutive formatting codes at onceJune McEnroe2018-09-14 | | | | Fixes the failing splits test. * Add tests for formatParseJune McEnroe2018-09-14 | | | | With one currently failing so you know they're worth it. * Preview with nick in input window