You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,11 @@ Our modified version of the wptserve HTTP server implementation can be found in
19
19
- Start the WPT server first (from the top-most folder): `poetry run -C _hp python wpt serve --config _hp/wpt-config.json`
20
20
- 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.
21
21
- 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)
23
23
24
24
25
25
## 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.
27
27
By slightly adapting the configuration and updating the used browsers, it is also possible to run our tool chain on new/other browser configurations.
0 commit comments