Project

General

Profile

« Previous | Next » 

Revision 2875397f

Added by koszko about 2 years ago

improve signing\n\nSignature timestamp is now handled in a saner way. Sha256 implementation is no longer pulled in contexts that don't require it.

View differences:

background/main.js
69 69
	    skip = true;
70 70
    }
71 71

  
72
    headers = inject_csp_headers(details, headers, policy);
72
    headers = inject_csp_headers(headers, policy);
73 73

  
74 74
    skip = skip || (details.statusCode >= 300 && details.statusCode < 400);
75 75
    if (!skip) {

Also available in: Unified diff