Go to file
Kumi 70be1e0be3
fix: move trackerUrl to prevent client-side exposure
Relocated the trackerUrl from the client-side script to a safer embedded script context within the HTML. This enhances security by preventing potential exposure of the tracker URL on the client side.

fix(security): move trackerUrl to embedded script

Relocated the trackerUrl from the client-side script to an embedded script within the HTML to enhance security. This change prevents potential exposure of the tracker URL on the client side, reducing security risks related to unauthorized access.

Refs: #issue123

```
fix(security): move trackerUrl to embedded script

Relocated the trackerUrl from the client-side script to an embedded script within the HTML to enhance security. This adjustment prevents potential exposure of the tracker URL on the client side, reducing the risk of unauthorized access.
2024-06-14 18:35:25 +02:00
public fix: move trackerUrl to prevent client-side exposure 2024-06-14 18:35:25 +02:00
views fix: move trackerUrl to prevent client-side exposure 2024-06-14 18:35:25 +02:00
.gitattributes chore(gitattributes): limit linguist-vendored to webtorrent 2024-06-14 17:59:36 +02:00
.gitignore feat: add STUN/TURN server support and environment config 2024-06-14 18:32:51 +02:00
app.js feat: add STUN/TURN server support and environment config 2024-06-14 18:32:51 +02:00
package-lock.json feat: add initial WebTorrent-based file transfer app 2024-06-14 16:57:55 +02:00
package.json feat: add initial WebTorrent-based file transfer app 2024-06-14 16:57:55 +02:00
tracker.js style(tracker): standardize string quotations 2024-06-14 17:15:11 +02:00