On 09/11/2017 10:48 AM, Luis Speciale wrote: > Le 07/09/2017 à 20:57, Daniel Gruno a écrit : > >> >> might be that you need to uppercase it to NUMBNONCE. > > After a week trying I'm beginning to think that it can't be done the way > I thought. Is there a way (another, of course) to achieve this? It SHOULD work. I tested the following: SubstituteInheritBefore on SetOutputFilter SUBSTITUTE # Forcing substitute on everything Define NUMBNONCE "1234" Substitute "s/<(script|style)((?!\s*src=)?.*)>/<$1 nonce-${NUMBNONCE}$2>/i" My HTML then showed "<script nonce-1234 ...>" > > Luis > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx