Project

General

Profile

« Previous | Next » 

Revision 7ee7889a

Added by Wojtek Kosior about 2 years ago

when possible inject CSP as http(s) header using webRequest instead of adding a tag

View differences:

background/main.js
30 30
    const get_storage = window.get_storage;
31 31
    const start_storage_server = window.start_storage_server;
32 32
    const start_page_actions_server = window.start_page_actions_server;
33
    const start_policy_smuggler = window.start_policy_smuggler;
33
    const start_policy_injector = window.start_policy_injector;
34 34
    const browser = window.browser;
35 35

  
36 36
    start_storage_server();
37 37
    start_page_actions_server();
38
    start_policy_smuggler();
38
    start_policy_injector();
39 39

  
40 40
    async function init_myext(install_details)
41 41
    {

Also available in: Unified diff