content-security-policy: frame-ancestors 'self' parent.eight_one.test
Everything seemed correct. Yet, Chrome ignored the parent domain from frame-ancestors, leaving me utterly confused. 🤔
content-security-policy: frame-ancestors 'self' parent.eight_one.test
Everything seemed correct. Yet, Chrome ignored the parent domain from frame-ancestors, leaving me utterly confused. 🤔
Playing around with iframes locally, using self-signed HTTPS certs. Tried embedding `child.eight_one.test` into `parent.eight_one.test` but kept hitting: "Refused to frame 'https://child.eight-one.test/' because an ancestor violates the following CSP directive: "frame-ancestors 'self'"."
Playing around with iframes locally, using self-signed HTTPS certs. Tried embedding `child.eight_one.test` into `parent.eight_one.test` but kept hitting: "Refused to frame 'https://child.eight-one.test/' because an ancestor violates the following CSP directive: "frame-ancestors 'self'"."