diff options
author | xue <> | 2006-01-28 05:56:18 +0000 |
---|---|---|
committer | xue <> | 2006-01-28 05:56:18 +0000 |
commit | 785fa814501d66e94d07a872d5ff69e26baf413d (patch) | |
tree | d8b1d94f18a75b32355d83a53dcfb79a065a258f /.gitattributes | |
parent | 1bf13b75e5f5f3d1f953a94a9be244d734ed3f9d (diff) |
Added ViewState protection and cross site scripting prevention tutorial pages.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index f6db162f..a8b9d54e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -149,6 +149,8 @@ demos/quickstart/protected/pages/GettingStarted/AboutPrado.page -text demos/quickstart/protected/pages/GettingStarted/Installation.page -text demos/quickstart/protected/pages/GettingStarted/Introduction.page -text demos/quickstart/protected/pages/Security/Auth.page -text +demos/quickstart/protected/pages/Security/ViewState.page -text +demos/quickstart/protected/pages/Security/XSS.page -text demos/quickstart/protected/pages/ViewSource.page -text demos/quickstart/protected/pages/ViewSource.php -text demos/quickstart/protected/pages/config.xml -text |