Commit b25a9843 authored by tom's avatar tom Committed by tom goriunov

add remix.ethereum.org to allowed frame-ancestors

parent 8414b870
......@@ -148,6 +148,9 @@ export function app(): CspDev.DirectiveDescriptor {
'frame-ancestors': [
KEY_WORDS.SELF,
// allow remix.ethereum.org to embed our contract page in iframe
'remix.ethereum.org',
],
...((() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment