Replies: 4 comments 1 reply
-
You can pass null whitelist to the AddNamespace method to disable whitelist. |
Beta Was this translation helpful? Give feedback.
-
Thanks for talking that out with me, that helped me to find what I was doing wrong which was not fully qualifying my declaration. Everything works if I add System with sub folders set to true (thank you). I don't I fully understand AddNamespace. It seems like the 2nd and 3rd cases below should also opt in StringBuilder (but they throw a
JavaScript run for test: let sb = new System.Text.StringBuilder(); |
Beta Was this translation helpful? Give feedback.
-
Thanks for reporting the issue. It is resolved with the following ticket: Fixed version: https://github.com/koculu/Topaz/releases/tag/release-v1.4.0 |
Beta Was this translation helpful? Give feedback.
-
Are there mechanisms to dynamically load JavaScript modules? |
Beta Was this translation helpful? Give feedback.
-
Disclaimer: For security purposes I understand the benefit of having the whitelist in place for instantiating CLR objects and code.
Question: That said, is there an easy way to open it up to the entire framework without having to add everything into the whitelist?
Thank you for your time!
Beta Was this translation helpful? Give feedback.
All reactions