Project

General

Profile

« Previous | Next » 

Revision c12b9ee3

Added by koszko about 2 years ago

disable payload injection on non-html pages

View differences:

content/activity_info_server.js
44 44
    report_activity("settings", settings);
45 45
}
46 46

  
47
function report_content_type(content_type)
48
{
49
    report_activity("content_type", content_type);
50
}
51

  
47 52
function report_repo_query_action(update, port)
48 53
{
49 54
    report_activity_oneshot("repo_query_action", update, port);
......
91 96
 * EXPORT start_activity_info_server
92 97
 * EXPORT report_script
93 98
 * EXPORT report_settings
99
 * EXPORT report_content_type
94 100
 * EXPORTS_END
95 101
 */

Also available in: Unified diff