Explanation:
The 'Expires' and 'Max-Age' attributes inside HTTP cookie creation strings specify the precise lifetime or timestamp after which a browser must delete that cookie.
What does the 'Content-Security-Policy' (CSP) HTTP response header instruct a web browser to enforce?
A.To restrict the specific trusted domains from which a webpage can load scripts, styles, and assets, protecting against Cross-Site Scripting (XSS) injections
B.To route incoming text emails through unencrypted FTP pathways
C.To double the physical data processing capacity of network router cards
D.To wipe local device browser cache modules automatically
Explanation:
CSP is an effective security layer that allows site administrators to declare approved sources of content, preventing browsers from executing unauthorized or malicious scripts.
No comments yet. Be the first to start the discussion!