This website requires JavaScript.
Explore
Help
Sign in
mig5
/
cspresso
Watch
1
Star
0
Fork
You've already forked cspresso
0
Code
Issues
Pull requests
Projects
Releases
5
Packages
Wiki
Activity
Actions
3c6cb2c42c
cspresso
/
src
/
cspresso
/
__main__.py
6 lines
84 B
Python
Raw
Normal View
History
Unescape
Escape
* Add `--bypass-csp` option to ignore an existing enforcing CSP to avoid it skewing results * Add `--evaluate` option to test a proposed CSP without needing to install it (best to use in conjunction with --bypass-csp`)
2026-01-02 14:09:56 +11:00
import
sys
Initial commit
2026-01-02 09:59:52 +11:00
from
.
crawl
import
main
if
__name__
==
"
__main__
"
:
* Add `--bypass-csp` option to ignore an existing enforcing CSP to avoid it skewing results * Add `--evaluate` option to test a proposed CSP without needing to install it (best to use in conjunction with --bypass-csp`)
2026-01-02 14:09:56 +11:00
sys
.
exit
(
main
(
)
)
Reference in a new issue
Copy permalink