Since your nonce is generated per page, then you can still make it work with the Core extension. Recall that when your web page is loaded, the Launch library gets loaded too. This causes the Core extension to also be loaded, and when it does, it can get the nonce from your data element.
So, the foll...