Philippe Höij
Philippe Höij
I'm closing this pull request here, this work went into the woql-ts-lib instead, at https://github.com/terminusdb-labs/woql-lib-ts
A locally scoped variable would thus be created like so: ``` const [localVariable] = WOQL.localVars("localVariable") ``` As the vars is bound to take all parameters, it would not look nice...
From what I understand based on the [mozilla.org docs on CSP Style Sources](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/style-src), if styles are applied directly on the elements using Javascript, nonces are very effective. Another alternative is...
> @skoldborg while I agree that the best practice is to have a totally buttoned-up CSP, at the time of this Issue's creation, `unsafe-inline` was required in order to use...