Project

General

Profile

« Previous | Next » 

Revision 014f2a2f

Added by koszko about 2 years ago

implement smuggling via cookies instead of URL

View differences:

html/display-panel.js
16 16
 * IMPORT get_import_frame
17 17
 * IMPORT query_all
18 18
 * IMPORT CONNECTION_TYPE
19
 * IMPORT url_item
20 19
 * IMPORT is_privileged_url
21 20
 * IMPORT TYPE_PREFIX
22 21
 * IMPORT nice_name
......
60 59
	return;
61 60
    }
62 61

  
63
    tab_url = url_item(tab.url);
62
    tab_url = /^([^?#]*)/.exec(tab.url)[1];
64 63
    page_url_heading.textContent = tab_url;
65 64
    if (is_privileged_url(tab_url)) {
66 65
	show_privileged_notice_chbx.checked = true;

Also available in: Unified diff