| __init__.py |
|
153 |
- |
| https_upgrade.py |
Creates an HTTP URL with a port for HTTPS that would trigger a HTTPS-First
upgrade when entered in the url bar.
|
1406 |
- |
| privileged_pages.py |
return URL.createObjectURL(
new Blob(['<h1>test</h1>'], {type: 'text/html'})
) |
5574 |
- |