1
0
Форк 0
дзеркало https://github.com/kkapsner/CanvasBlocker синхронізовано 2025-07-04 04:26:35 +02:00

Use public bounce for data-URL test

Fixes #615
Цей коміт міститься в:
kkapsner 2022-05-04 13:30:47 +02:00
джерело 4bd0c0c96c
коміт d9c14d7eed
2 змінених файлів з 2 додано та 2 видалено

@ -74,7 +74,7 @@
<script src="dataUrlTest.js"></script>
<div id="log"></div>
<form id="form" method="POST" action="http://localhost/server/POST-echo.php">
<form id="form" method="POST" action="https://bounce.kkapsner.de/requestDetails.php"">
<input name="internalId" value="id to be used to link the requests">
<textarea style="display: block;" name="fingerprint"></textarea>
<button>submit</button>

@ -1,7 +1,7 @@
<html>
<body>
<div id="log"></div>
<form id="form" method="POST" action="http://localhost/server/POST-echo.php">
<form id="form" method="POST" action="https://bounce.kkapsner.de/requestDetails.php"">
<input name="internalId" value="id to be used to link the requests">
<textarea style="display: block;" name="fingerprint"></textarea>
<button>submit</button>