diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-18 10:54:01 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-18 10:54:01 -0800 |
commit | fc41d091349d80100e436f5df673a2e803fa7f40 (patch) | |
tree | d0dd3a6092ab19ae8c43a4a96be9225e7da1b40e /modules/notification/tests | |
parent | 4fe5801c885088e5e6c11b8a20a561415941b864 (diff) |
Revert "Simplify the maintenance of the xss golden file by having each module contibute its own golden file to a consolidated one. This will make it easier for -contrib modules or themes to be included in the xss security test w/o having to keep modifying a central golden file."
This reverts commit 4fe5801c885088e5e6c11b8a20a561415941b864.
Diffstat (limited to 'modules/notification/tests')
-rw-r--r-- | modules/notification/tests/xss_data.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/notification/tests/xss_data.txt b/modules/notification/tests/xss_data.txt deleted file mode 100644 index 1a80a6e8..00000000 --- a/modules/notification/tests/xss_data.txt +++ /dev/null @@ -1,8 +0,0 @@ -modules/notification/views/comment_published.html.php 28 DIRTY_JS $comment->item()->abs_url() -modules/notification/views/comment_published.html.php 29 DIRTY $comment->item()->abs_url() -modules/notification/views/item_added.html.php 16 DIRTY_JS $item->abs_url() -modules/notification/views/item_added.html.php 17 DIRTY $item->abs_url() -modules/notification/views/item_deleted.html.php 18 DIRTY_JS $item->parent()->abs_url() -modules/notification/views/item_deleted.html.php 19 DIRTY $item->parent()->abs_url() -modules/notification/views/item_updated.html.php 20 DIRTY_JS $item->abs_url() -modules/notification/views/item_updated.html.php 20 DIRTY $item->abs_url() |