|
|
|
|
|
by alxlu
2900 days ago
|
|
In the example they have default-src set to ‘self’ ‘unsafe-inline’ 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. |
|