'how to achieve Inline Wrong-Nonce

So with the current apache.conf file (shown below), my csp site allows scripts from example60.com, but I also need to allow [Inline: wrong-nonce] and dont know what command/code to add that would stop csp from blocking wrong-nonce. a little help?

DocumentRoot /var/www/csp

ServerName www.example32.com:8000

DirectoryIndex index.html Header set Content-Security-Policy " \

default-src 'self'; \

script-src 'self' *.example60.com \ "



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source