Project

General

Profile

« Previous | Next » 

Revision 96068ada

Added by koszko almost 2 years ago

replace cookies with synchronous XmlHttpRequest as policy smuggling method.

Note: this breaks Mozilla port of Haketilo. Synchronous XmlHttpRequest doesn't work as well there. This will be fixed with dynamically-registered content scripts later.

View differences:

content/activity_info_server.js
42 42

  
43 43
function report_settings(settings)
44 44
{
45
    report_activity("settings", settings);
45
    const settings_clone = {};
46
    Object.assign(settings_clone, settings)
47
    report_activity("settings", settings_clone);
46 48
}
47 49

  
48 50
function report_document_type(is_html)

Also available in: Unified diff