DEV: Allow plugins to extend frame-ancestors (#13316)

This commit is contained in:
Penar Musaraj
2021-06-07 14:59:15 -04:00
committed by GitHub
parent 7fcfebe772
commit f90c4bd6a1
3 changed files with 41 additions and 17 deletions

View File

@ -7,5 +7,6 @@
extend_content_security_policy(
script_src: ['https://from-plugin.com'],
object_src: ['https://test-stripping.com']
object_src: ['https://test-stripping.com'],
frame_ancestors: ['https://frame-ancestors-plugin.ext']
)