csp (version 0.0.1)
index
csp.py

This tool run scripts and display the result in a Web Interface.
 
This file implement a Content-Security-Policy debug page.

 
Modules
       
json

 
Functions
       
debug(environ: os._Environ, user: ~User, configuration: ~ServerConfiguration, code: str, arguments: Dict[str, Dict[str, str]], inputs: List[str], csrf_token: str = None) -> Tuple[str, Dict[str, str], str]
This function implement a debug page.

 
Data
        Dict = typing.Dict
List = typing.List
ServerConfiguration = ~ServerConfiguration
Tuple = typing.Tuple
User = ~User
__author_email__ = 'mauricelambert434@gmail.com'
__copyright__ = '\nWebScripts Copyright (C) 2021, 2022 Maurice L...ome to redistribute it\nunder certain conditions.\n'
__description__ = '\nThis tool run scripts and display the result in...e implement a Content-Security-Policy debug page.'
__license__ = 'GPL-3.0 License'
__maintainer__ = 'Maurice Lambert'
__maintainer_email__ = 'mauricelambert434@gmail.com'
__url__ = 'https://github.com/mauricelambert/WebScripts'
copyright = '\nWebScripts Copyright (C) 2021, 2022 Maurice L...ome to redistribute it\nunder certain conditions.\n'
csp_report = {'report': 'No CSP report yet.'}
license = 'GPL-3.0 License'

 
Author
        Maurice Lambert