What does the 'Referrer-Policy' HTTP response header instruct a web browser to manage? MCQ with Answer and Explanation

What does the 'Referrer-Policy' HTTP response header instruct a web browser to manage?
A. To control how much referral path information (the URL of the originating page) is included in the 'Referer' header when a user clicks a link to another site
B. To route incoming text emails through unencrypted FTP pathways
C. To wipe local device browser cache modules automatically
D. To double the physical data processing capacity of network router cards
Answer: Option A
Solution (By JKSSB Mock Tests)
The Referrer-Policy header allows site owners to limit or withhold source URL data when navigating to external destinations, enhancing user privacy and securing internal parameters.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1
Which HTTP method is idempotent?
A. DELETE
B. PUT
C. POST
D. Both PUT and DELETE

Correct Answer: Option D


Explanation:
PUT and DELETE are idempotent: multiple identical requests have the same effect as a single request. POST is not idempotent.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which specific browser technology or feature provides a secure local sandbox workspace to separate corporate web applications from public internet browsing sessions?
A. Localized DNS root server registries
B. Standard tracking cookie history logs
C. Unencrypted FTP network route connections
D. Browser Containerization / Profile Isolation

Correct Answer: Option D


Explanation:
Profile isolation and multi-account containers segment local session data, cookies, and cache history, preventing information sharing or cross-contamination between different browsing contexts.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is an example of a static web page?
A. A page with a login form
B. A page that shows user-specific data
C. A page that displays the same content every time
D. A page that updates automatically

Correct Answer: Option C


Explanation:
A static web page is delivered exactly as stored and does not change based on user interaction or server-side processing.

This question belongs to: Computer Internet and Web Technologies