Welcome Guest, Not a member yet? Register   Sign In
Debugbar not showing up
#8

(This post was last modified: 04-12-2025, 12:44 AM by captain-sensible. Edit Reason: the usual suspects )

Also check in the head of views that there is nothing like :

Code:
<meta http-equiv="Content-Security-Policy" content=" default-src 'none';  form-action 'self'; frame-src 'self' ;          ; font-src 'self'  maxcdn.bootstrapcdn.com ;  img-src 'self'; script-src 'self'  http  "        />

Content Security Policy via  meta in head can restrict images , js  , style sheets from both local and remote sources if not tweked finely
CMS CI4 A CMS system, runs out of the box written on top of CI4
Arch Book  CodeIgniter4 on Apache(pages 92-114) 
Reply


Messages In This Thread
Debugbar not showing up - by Mrtemp - 04-08-2025, 06:27 AM
RE: Debugbar not showing up - by InsiteFX - 04-08-2025, 10:38 PM
RE: Debugbar not showing up - by Mrtemp - 04-09-2025, 11:57 PM
RE: Debugbar not showing up - by InsiteFX - 04-10-2025, 09:49 PM
RE: Debugbar not showing up - by paulbalandan - 04-11-2025, 10:49 AM
RE: Debugbar not showing up - by captain-sensible - 04-11-2025, 12:25 PM
RE: Debugbar not showing up - by InsiteFX - 04-11-2025, 10:10 PM
RE: Debugbar not showing up - by captain-sensible - 04-12-2025, 12:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB