Tingan Ho

Results 69 comments of Tingan Ho

hmm, seems like it was intentionally left there. @nithinpeter is it possible to change this behaviour? It is super annoying to have to switch files to see the code lense....

You can set a policy for `dangerouslySetInnerHTML`, so it always go through a certain sanitizer. For the tippy tooltip issue I noted it throws an error when it tries to...

But, if you really have to use `.innerHTML`. What I noticed is that libraries use to provide their own trusted policies. Then consumers of those libs have to trust those...

@planetrenner-martin Can you just specify a use case?

OK I see seems legit. I will try to look into it in the near future.

@rbperegrino @planetrenner-martin any suggestion of how the API should look like?

I think it is probably easier with: ``` ts modRewrite([ '^/test/(.*)$ http://backend.example.org/$1 [PR]' ]) ``` And let modrewrite magically figure out how it should rewrite the location header.

Seem reasonable. As long as this is supported in Apache. So from what I understand it won't match on the query string from now on? And only append the query...

@jgchristian I think I need a few days to think about it. But can you clarify below: > It makes my use case of sharing or porting existing configuration very...