404city
2 months ago
Hi! You usually don’t need to be a supporter to add these things to your webpage. Most of these applications give you an iFrame code or something similar, which works without CSP error. If you’re getting an error, it’s probably because of your app's JS code is trying to fetch or read an external file, which won’t work for free users on Neocities. If you can share your code with me, I can help you better with it :3
ransei
2 months ago
Thank you! For example do you know a good way add a status from https://status.cafe/ to the website? This is the code site tells me:
ransei
2 months ago
I omitted tag chars of html to be visible: div id="statuscafe" div id="statuscafe-username" /div div id="statuscafe-content" /div /div script src="https://status.cafe/current-status.js?name=ransei422" defer /script
404city
2 months ago
I checked your source code, and it looks like you're using the script from your own site (script src="assets/js/status.js" defer/script), which is probably why you got a CSP error. Instead, try using the original hotlink like this: script src="https://status.cafe/current-status.js?name=ransei422" defer/script. Hope that solves :)
ransei
2 months ago
Thanks! I tried as you said: script 「src="https://status.cafe/current-status.js?name=ransei422" /script」, but after uploading to neocities I'm still seeing "Refused to connect to 'https://status.cafe/users/ransei422/status.json' because it violates the following Content Security Policy directive: "connect-src 'self' data: blob:".""
ransei
2 months ago
Looks like this line from js source is causing the problem: "fetch("https://status.cafe/users/ransei422/status.json")"
404city
2 months ago
Hmm... I don't get it. It works fine for me, I even tried to use your own script hotlink on a temporary html file on my site and it showed me your status without any problem. Have you ever tried to hard refresh (CTRL + F5) after updating the code?
ransei
2 months ago
Yeah, but nothing seems to work :/ I’ve heard that the CSP tends to loosen up as the account gets older. Still, since your site is about the same age as mine, that doesn’t really make much sense...
404city
2 months ago
Well, I guess so. I don't have any other idea. Wish I could help about it. Hope you don't mind... :(
ransei
2 months ago
Thats okay! Thank you anyway :) I may have one more reason to become supporter now :D
absolutely gonna use the visitor counter when it's up and running!!!!