Mercurial > urweb
diff src/settings.sig @ 1478:a10d080123ec
'noXsrfProtection' .urp directive
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 24 Jun 2011 13:50:59 -0400 |
parents | 2f5fd248588d |
children | 438561303d02 |
line wrap: on
line diff
--- a/src/settings.sig Thu Jun 23 08:44:03 2011 -0400 +++ b/src/settings.sig Fri Jun 24 13:50:59 2011 -0400 @@ -1,4 +1,4 @@ -(* Copyright (c) 2008-2010, Adam Chlipala +(* Copyright (c) 2008-2011, Adam Chlipala * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -227,4 +227,7 @@ val addAlwaysInline : string -> unit val checkAlwaysInline : string -> bool + + val addNoXsrfProtection : string -> unit + val checkNoXsrfProtection : string -> bool end