|
|
|
|
|
by nailer
2902 days ago
|
|
I don't think you're reading my question properly - I'm asking about when frame-src IS specified - but just in case it's me that's missing something. I'll reword my question. What happens if a site: - allows 'unsafe-inline' as a script-src - does not allow untrusted domains in frame-src ? |
|
That essentially means frame-src is set to that same thing since it’s not specified. So the bypass in the example would still work since it’s iframing the same (trusted) domain even if they explicitly specify frame-src.