Removed content security policy fix for using dhtmlxscheduler

This commit is contained in:
Kevin Dao
2018-08-10 11:11:14 -05:00
parent a1f80f1749
commit 1d15edd20d

View File

@@ -16,7 +16,6 @@
"js": ["js/moment.min.js","js/sql-memory-growth.js","js/highcharts.js","js/jquery-3.3.1.min.js","js/content.js"], "js": ["js/moment.min.js","js/sql-memory-growth.js","js/highcharts.js","js/jquery-3.3.1.min.js","js/content.js"],
"matches": ["https://utdirect.utexas.edu/apps/registrar/course_schedule/*"] "matches": ["https://utdirect.utexas.edu/apps/registrar/course_schedule/*"]
}], }],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"web_accessible_resources": [ "web_accessible_resources": [
"grades.db","images/disticon.png"], "grades.db","images/disticon.png"],
"background": { "background": {