Ticket #9705: sandbox.html
File sandbox.html, 366 bytes (added by , 12 years ago) |
---|
Line | |
---|---|
1 | <!DOCTYPE html> |
2 | <!-- |
3 | Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. |
4 | For licensing, see LICENSE.html or http://ckeditor.com/license |
5 | --> |
6 | <html> |
7 | <head> |
8 | <title>Sandbox=allow-scripts</title> |
9 | <meta charset="utf-8"> |
10 | </head> |
11 | <body> |
12 | <iframe src="replacebycode.html" width="1100" height="800" sandbox="allow-scripts"> |
13 | </iframe> |
14 | </body> |
15 | </html> |