HelloZeroNet / HelloZeroNet/ZeroNet

ZeroNet still seeds a site when inner iframe was not loaded.

Aperta
#742 8 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
18.8k
Fork
2.3k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

```html

function get(url) {
var r = new XMLHttpRequest();
r.onload = function() {
console.log(r.responseText);
};
r.open("GET", url);
r.send();
}

get("/13Lo9wpxbogHdaTQ9rGZruu9MJZnigzU3B/");
get("/1CiDoBP8RiWziqiBGEd8tQMy66A6fmnw2V/big/sample-loader/files/list.json");
console.log("Request sent.");

```

```
Request sent.
! Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://127.0.0.1:43110/13Lo9wpxbogHdaTQ9rGZruu9MJZnigzU3B/. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
```

Site **still seeded** and appeared.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.