-
Notifications
You must be signed in to change notification settings - Fork 137
Closed
Description
Related to #503.
The use of activate_js is hard coded here:
Line 58 in 6291796
| golem::activate_js() |
This will inject javascript from the golem-js.js file in the header with multiple custom message handlers:
Line 43 in 6291796
| system.file("utils/golem-js.js", package = "golem") |
While you care considering deprecating the functions, according to #503, would you in the meantime consider making it possible to disable adding these custom message handlers within the function bundle_resources?
Our reason for getting rid of these functions are: we are currently not using them, and it provides an extra hurdle to create a strict and secure content-security-policy that we can use with our production-ready applications.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels