Advancedcontentfilter honors CSP (redux) #684

Merged
MrPetovan merged 4 commits from bug/5341-advancedcontentfilter-honors-csp into develop 2018-08-05 15:00:11 +02:00
MrPetovan commented 2018-08-05 14:35:21 +02:00 (Migrated from github.com)

Redux of #682

I wasn't happy about how we were doing variable interpolation inside the render functions.

This PR eliminates this ugly behavior and uses standalone Javascript variables and Vue interpolation.

We can then keep the Javascript file and allow browser caching for increased performance.

Redux of #682 I wasn't happy about how we were doing variable interpolation inside the render functions. This PR eliminates this ugly behavior and uses standalone Javascript variables and Vue interpolation. We can then keep the Javascript file and allow browser caching for increased performance.
Sign in to join this conversation.
No description provided.