chiark
/
gitweb
/
~mdw
/
odin-cgi
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mason/common/autohandler: Include `X-AGPL-Source' header.
[odin-cgi]
/
mason
/
common
/
autohandler
diff --git
a/mason/common/autohandler
b/mason/common/autohandler
index 63e44d362d3cea2c3de3a46625c23961c2738566..82e8923ec952bbf598557138433d41d83d862b11 100644
(file)
--- a/
mason/common/autohandler
+++ b/
mason/common/autohandler
@@
-27,6
+27,7
@@
Odin::cgi_who $r;
Odin::fetch_cookies $r;
$r->content_type("text/html; charset=utf8");
+ $r->header_out("X-AGPL-Source" => $Odin::SRCURL);
$m->call_next;
</%perl>
%#