Site not loading properly #1364
Replies: 1 comment
-
I would raise a ticket with your CDN provider, they clearly mess with your content, inject additional code and break your application. Notice that the actual CSP header sent is "default-src *; ; script-src * 'nonce-7459031d-8b0d-47da-a8e3-fa25bde2dc10'", additional meta-tags and inline scripts get injected and this mysterious s.js gets loaded next, which is not one of ours either. Have them turn that off for this subdomain, if possible, and otherwise have them fix their own induced bugs. It seems you are in a similar situation to the cloudflare victims: https://github.com/PrivateBin/PrivateBin/wiki/FAQ#user-content-how-to-make-privatebin-work-when-using-cloudflare-for-ddos-protection |
Beta Was this translation helpful? Give feedback.
-
Describe the problem/question
I was having issues in Network. It was blocking css, stylesheet, img, font. So, i put this CSP Header
![image](https://private-user-images.githubusercontent.com/78632620/343115144-42f75d64-e6a8-49b5-95cb-5b04404a87d4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNTI1NTksIm5iZiI6MTczOTA1MjI1OSwicGF0aCI6Ii83ODYzMjYyMC8zNDMxMTUxNDQtNDJmNzVkNjQtZTZhOC00OWI1LTk1Y2ItNWIwNDQwNGE4N2Q0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDIyMDQxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJmNmMxNmZhODVjMGZhMTMyMTliMWI0MTI4MDQwOWI2ODIwMWE2MzQ4NTViMzgzZGY0N2IyMmZkYzA1YjUxZTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.bDwul2hs4SeoBsbX-SAZi3n0jBCWcu9GY0QboMIlkCw)
Now, In Inspect > Network > All Requests are Unblocked
But, site isn't working as expected. menu aren't working, text box disappeared, etc.
![image](https://private-user-images.githubusercontent.com/78632620/343114972-6c357c1b-445d-4770-8f3c-e278a8abd7df.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNTI1NTksIm5iZiI6MTczOTA1MjI1OSwicGF0aCI6Ii83ODYzMjYyMC8zNDMxMTQ5NzItNmMzNTdjMWItNDQ1ZC00NzcwLThmM2MtZTI3OGE4YWJkN2RmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDIyMDQxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFhMTFmZjExMWIxZTU1Y2IxNDFiODUwYTFmNjhiYjA2OTVjMzgwMDI5Y2UxZGE3NGFiNzdhYzgyOWE1ZDA5ODEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.qVGTBVbCo2ijAltZuorpsY4no2rz-aVRZ5Lr-ww7g6g)
Also, Check my Console Errors
Did you use the FAQ section?
What you did?
What happens
loading screen...
menu not working
Multiple Errors an Warnings in Console
What should happen
Site should load and show text box and menu button should work, etc...
Additional information
No response
Server address
https://paste.pc-games.eu.org
Server OS
No response
Webserver
No response
PrivateBin version
v1.6.2 anf v1.7.1
Browser and version
firefox v127.0
Local operating system and version
Windows 10
Issue reproducibility
No, I cannot reproduce it on https://privatebin.net.
Beta Was this translation helpful? Give feedback.
All reactions