]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xforms
authorEric Covener <covener@apache.org>
Sun, 29 Mar 2020 13:22:19 +0000 (13:22 +0000)
committerEric Covener <covener@apache.org>
Sun, 29 Mar 2020 13:22:19 +0000 (13:22 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875854 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_userdir.html.en

index 3c40dc3507a08a8cdcfbab180cc03d71150f3e26..f95d40beb891caabb1a0c7bc92e7a76725218a95 100644 (file)
 <tr><th><a href="module-dict.html#SourceFile">Source&#160;File:</a></th><td>mod_userdir.c</td></tr></table>
 <h3>Summary</h3>
 
+<div class="warning">By using this module you are allowing multiple users
+to host content within the same origin. The same origin policy is a key
+principle of Javascript and web security. By hosting web pages in the same
+origin these pages can read and control each other and security issues in
+one page may affect another. This is particularly dangerous in combination
+with web pages involving dynamic content and authentication and when
+your users don't necessarily trust each other.</div>
+
 <p>This module allows user-specific directories to be accessed using the
 <code>http://example.com/~user/</code> syntax.</p>
 </div>