更新时间:2021-08-05 17:19:03
封面
版权页
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. JavaScript and the Web
JavaScript and your HTML/CSS elements
JavaScript beyond the client
JavaScript security issues
Summary
Chapter 2. Secure Ajax RESTful APIs
Building a RESTful server
Basic defense against similar attacks
Chapter 3. Cross-site Scripting
What is cross-site scripting?
Examples of cross-site scripting
Defending against cross-site scripting
Chapter 4. Cross-site Request Forgery
Introducing cross-site request forgery
Other examples of CSRF
Other forms of protection
Chapter 5. Misplaced Trust in the Client
When trust gets misplaced
Chapter 6. JavaScript Phishing
What is JavaScript phishing?
Examples of JavaScript phishing
Defending against JavaScript phishing
Index