-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from CybercentreCanada/empty_name_url
Handle empty url entries in har
- Loading branch information
Showing
9 changed files
with
1,144 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,36 @@ | ||
Dockerfile | ||
.idea | ||
.git | ||
.gitignore | ||
.vscode | ||
.dockerignore | ||
|
||
pipelines | ||
venv | ||
.venv | ||
env | ||
.env | ||
test | ||
tests | ||
examples | ||
docs | ||
|
||
build | ||
dist | ||
**/__pycache__ | ||
**/*.pyc | ||
|
||
pip-log.txt | ||
pip-delete-this-directory.txt | ||
.tox | ||
.coverage | ||
.coverage.* | ||
.cache | ||
nosetests.xml | ||
coverage.xml | ||
*.cover | ||
*.log | ||
|
||
**/*.jar | ||
**/coqui-stt.zip | ||
**/chromedriver |
9 changes: 9 additions & 0 deletions
9
...b8f4d69fec285f355931a20c76b9f2a7b106a298ec460ec572c8ef8_empty_name/kangooroo/favicon.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> | ||
<html><head> | ||
<title>404 Not Found</title> | ||
</head><body> | ||
<h1>Not Found</h1> | ||
<p>The requested URL was not found on this server.</p> | ||
<p>Additionally, a 404 Not Found | ||
error was encountered while trying to use an ErrorDocument to handle the request.</p> | ||
</body></html> |
32 changes: 32 additions & 0 deletions
32
...b8f4d69fec285f355931a20c76b9f2a7b106a298ec460ec572c8ef8_empty_name/kangooroo/results.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"response_code": 200, | ||
"connection_success": true, | ||
"fetch_object_success": true, | ||
"requested_url": "https://gklnd.pages.dev/", | ||
"requested_url_ip": "172.66.45.31", | ||
"actual_url": "https://gklnd.pages.dev/", | ||
"actual_url_ip": "172.66.45.31", | ||
"server_info": { | ||
"Date": "Thu, 04 Apr 2024 17:42:58 GMT", | ||
"Content-Type": "text/html; charset\u003dutf-8", | ||
"Transfer-Encoding": "chunked", | ||
"Connection": "keep-alive", | ||
"Access-Control-Allow-Origin": "*", | ||
"Cache-Control": "public, max-age\u003d0, must-revalidate", | ||
"ETag": "W/\"709f2e39b31b16764f35f7ef8d596af7\"", | ||
"referrer-policy": "strict-origin-when-cross-origin", | ||
"x-content-type-options": "nosniff", | ||
"Report-To": "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s\u003dZ73%2FghMJ3E8JRi3E%2FiFfVhXDNRy3K%2BL83w8M6d6c3JDj2YBBJnliTbk68DuviZyhspyYPh4BnUXgPU1nYVOfhKz4DlMEKXU4Jyvikrv4wOzYgEEwieDSS9Z%2BHGPR0YlPgjs%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}", | ||
"NEL": "{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}", | ||
"Vary": "Accept-Encoding", | ||
"Server": "cloudflare", | ||
"CF-RAY": "86f319169e9ba23b-YYZ", | ||
"Content-Encoding": "br", | ||
"alt-svc": "h3\u003d\":443\"; ma\u003d86400" | ||
}, | ||
"has_timed_out": false, | ||
"processing_time": 28324, | ||
"creationDate": "Apr 4, 2024, 5:43:24 PM", | ||
"engineName": "Standalone-Kangooroo", | ||
"engineVersion": "1.0.1" | ||
} |
Binary file added
BIN
+1 MB
...5f355931a20c76b9f2a7b106a298ec460ec572c8ef8_empty_name/kangooroo/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
...7b8f4d69fec285f355931a20c76b9f2a7b106a298ec460ec572c8ef8_empty_name/kangooroo/session.har
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.