/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
static/index.html
9 строк
336 B
Jason Rudolph
Update CSP to allow using eval from JavaScript
12 июн 2017, 19:04
Не верифицирован
12 июн 2017, 19:04
5048f46
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Security-Policy" content="default-src * atom://*; img-src blob: data: * atom://*; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src blob: data: mediastream: * atom://*;"> <script src="index.js"></script> </head> <body tabindex="-1"> </body> </html>