server-timing
server-timing copied to clipboard
add option to set Timing-Allow-Origin header
See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Timing-Allow-Origin
and https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Server-Timing#performanceservertiming_interface
Without the header, browser client can't access serverTiming information from cross origin request.
Ok, I will try to add this feature.