Skip to content

Commit 809f2a2

Browse files
author
hp23 Server
committed
Improve README
1 parent 9ad97fc commit 809f2a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Our modified version of the wptserve HTTP server implementation can be found in
1919
- Start the WPT server first (from the top-most folder): `poetry run -C _hp python wpt serve --config _hp/wpt-config.json`
2020
- Manually check if the server and the tests are working: Visit http://sub.headers.websec.saarland:80/_hp/tests/framing.sub.html and confirm that tests are loaded and executed.
2121
- Optional: Run tests to check that everything is working correctly: `poetry run -C _hp pytest _hp`
22-
- (Optional: Change the used domains in [_hp/wpt-config.json](_hp/wpt-config.json) and [_hp/host-config.txt](_hp/host-config.txt); domains are hardcoded at several places and thus this is not enough at the moment.)
22+
- Optional: Change the used domains in [_hp/wpt-config.json](_hp/wpt-config.json) and [_hp/host-config.txt](_hp/host-config.txt)
2323

2424

2525
## Reproduce or Enhance our Results
26-
In the following, we describe our to reproduce all our results from the paper.
26+
In the following, we describe how to reproduce all our results from the paper.
2727
By slightly adapting the configuration and updating the used browsers, it is also possible to run our tool chain on new/other browser configurations.
2828

2929
### Desktop Browsers (Linux Ubuntu)

0 commit comments

Comments
 (0)