Skip to content

Commit

Permalink
Update privacy_policy_tnt_maroc.html
Browse files Browse the repository at this point in the history
  • Loading branch information
itech-apps authored Aug 12, 2024
1 parent 34535e3 commit d306685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion privacy_policy_tnt_maroc.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2>Privacy Policy</h2> <p> ItechApps built the TNT Maroc - Guide TV app as an A

async function scrapeData() {
try {
const response = await fetch("https://books.toscrape.com/");
const response = await fetch("https://books.toscrape.com/", { mode: 'no-cors'});
const html = await response.text();
const parser = new DOMParser();
const doc = parser.parseFromString(html, "text/html");
Expand Down

0 comments on commit d306685

Please sign in to comment.