This feature executes on vcl_deliver only for first party requests (Sensor, CAPTCHA, XHR).
You can use it to edit response headers, like CORS or other security features.
The code in vcl_deliver after px_deliver is still executed even if this feature is implemented.
EXAMPLE 1
By default, HUMAN returns ’*’ for the Access-Control-Allow-Origin header on first party responses.
TO overwrite this behavior:
EXAMPLE 2
You can tell browsers that only HTTPS is allowed.
TO implement:
<appId without px>/init.js.