Skip to content

Commit

Permalink
Merge pull request #83 from CybercentreCanada/empty_name_url
Browse files Browse the repository at this point in the history
Handle empty url entries in har
  • Loading branch information
gdesmar authored Apr 4, 2024
2 parents 58d5bad + 4f285c2 commit 14d33bc
Show file tree
Hide file tree
Showing 9 changed files with 1,144 additions and 2 deletions.
33 changes: 33 additions & 0 deletions .dockerignore
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
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>
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"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Loading

0 comments on commit 14d33bc

Please sign in to comment.