CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 60: 70-480: MCSD Programming in HTML5 with JavaScript and CSS3

You are developing an HTML5 web application that provides a discussion forum for users. When a user registers to access the application, the user enters an email address. Users can enter data that can result in cross-site scripting (XSS) attacks. You need to ensure that email input is as secure as possible. Which two…

Nội dung câu hỏi

You are developing an HTML5 web application that provides a discussion forum for users. When a user registers to access the application, the user enters an email address. Users can enter data that can result in cross-site scripting (XSS) attacks. You need to ensure that email input is as secure as possible. Which two techniques should you use? (Each correct answer presents a complete solution. Choose two.)

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Remove all nonalphanumeric characters before submitting data.
  2. B. Use the email tag in forms where the email address is entered. — đáp án hiện tại
  3. C. Display all email addresses inside of an HTML5 ADDRESS element.
  4. D. Use jQuery validation with a regular expression to ensure that email addresses are valid. — đáp án hiện tại
  5. E. Ensure that all form data is encrypted when it is submitted.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề