mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 18:06:15 -04:00
ace.js: Don't use srcdoc when creating iframes (see #4975)
Using srcdoc, especially with multiple nested iframes, seems to be problematic when using `self` in CSP policies.
This commit is contained in:
parent
9fda5adcef
commit
e61888dfe2
2 changed files with 5 additions and 2 deletions
1
src/static/empty.html
Normal file
1
src/static/empty.html
Normal file
|
@ -0,0 +1 @@
|
|||
<!DOCTYPE html><html><head><title>Empty</title></head><body></body></html>
|
Loading…
Add table
Add a link
Reference in a new issue