Seems to be for internal-use only, which means we could optimise the HTML payload a little bit by transferring this privately via the VE file module request, rather than the HTML request.
Looking further, it seems the value is usually 0, which could also be optimised away as a default for the code that reads the key.
Recommendation:
- Only export the data key when the value is not 0.
- Move the logic for generating the data key from the HTML hook to the JS module (using RL's packageFiles feature).
Outcome:
- Slightly reduced head-HTML footprint, which means pages can start a tiny bit sooner.