mason/common/autohandler: Include `X-AGPL-Source' header.
[odin-cgi] / mason / common / autohandler
index 63e44d3..82e8923 100644 (file)
@@ -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>
 %#