Project

General

Profile

« Previous | Next » 

Revision ecb78704

Added by jahoti about 2 years ago

Streamline and harden unique values/settings

The base URL is now included in the settings. The unique value no longer uses
it directly, as it is included by virtue of the settings; however, the number
of full hours since the epoch (UTC) is now incorporated.

View differences:

content/main.js
107 107
	    history.replaceState(null, "", targets.base_url);
108 108
    }
109 109
    
110
    targets.policy = targets.valid_sig ? targets.policy : {};
110
    targets.policy = targets.current ? targets.policy : {};
111 111
    
112 112
    const nonce = targets.policy.nonce || gen_nonce();
113 113
    start_activity_info_server();

Also available in: Unified diff