Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title></title> | |
| </head> | |
| <body> | |
| </body> | |
| </html> | 
| /** | |
| * method to test string for XSS | |
| * @name PXHLR.preventXSS | |
| * @type Function | |
| * @member PXHLR | |
| * @returns String that doesn't allow XSS Cross Site Scripting attack | |
| */ | |
| PXHLR.preventXSS = function (str) { | |
| var paramStr = str; |