[Glitch] Allow scripts in post embed previews
Port 711a037660 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									e2ab9d4dad
								
							
						
					
					
						commit
						892b3c16f5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -85,7 +85,7 @@ class EmbedModal extends ImmutablePureComponent {
 | 
				
			||||||
            className='embed-modal__iframe'
 | 
					            className='embed-modal__iframe'
 | 
				
			||||||
            frameBorder='0'
 | 
					            frameBorder='0'
 | 
				
			||||||
            ref={this.setIframeRef}
 | 
					            ref={this.setIframeRef}
 | 
				
			||||||
            sandbox='allow-same-origin'
 | 
					            sandbox='allow-scripts allow-same-origin'
 | 
				
			||||||
            title='preview'
 | 
					            title='preview'
 | 
				
			||||||
          />
 | 
					          />
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue