Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

why are inline scripts not working anymore on HTML

<meta http-equiv=Content-Security-Policy 
    content="default-src 'self'; script-src 'self' 'unsafe-inline'; img-src 'self' https://*; base-uri 'self'; frame-ancestors 'none';" />
  
Source by forum.freecodecamp.org #
 
PREVIOUS NEXT
Tagged: #inline #scripts #working #anymore #HTML
ADD COMMENT
Topic
Name
4+3 =