csp (version 0.0.1) | index csp.py |
This package implements a web server to run scripts or
executables from the command line and display the result
in a web interface.
This file implement a Content-Security-Policy debug page.
Modules | ||||||
|
Functions | ||
|
Data | ||
Dict = typing.Dict List = typing.List ServerConfiguration = ~ServerConfiguration Tuple = typing.Tuple User = ~User __author_email__ = 'mauricelambert434@gmail.com' __copyright__ = '\nWebScripts Copyright (C) 2021 Maurice Lambert...ome to redistribute it\nunder certain conditions.\n' __description__ = 'This package implements a web server to run scri...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 Maurice Lambert...ome to redistribute it\nunder certain conditions.\n' csp_report = {'report': 'No CSP report yet.'} license = 'GPL-3.0 License' |
Author | ||
Maurice Lambert |