Переглянути джерело

SEC-2269: Fix CSRF link in appendix

Rob Winch 12 роки тому
батько
коміт
17c2a18fee
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      docs/manual/src/docbook/appendix-namespace.xml

+ 2 - 1
docs/manual/src/docbook/appendix-namespace.xml

@@ -521,7 +521,8 @@
         </section>
         <section xml:id="nsa-csrf">
             <title><literal>&lt;csrf&gt;</literal></title>
-            <para>This element will add <a href="">CSRF</a> to the application. It also updates the default RequestCache
+            <para>This element will add <link xlink:href="http://en.wikipedia.org/wiki/Cross-site_request_forgery">Cross Site Request Forger (CSRF)</a>
+                protection to the application. It also updates the default RequestCache
                 to only replay "GET" requests upon successful authentication.</para>
             <section xml:id="nsa-csrf-parents">
                 <title>Parent Elements of <literal>&lt;csrf&gt;</literal></title>