You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Version: new field `addons`
This `addons` field will be used to tell El Proxito this version was built using
`build.commands`. Then, El Proxito will use this field to inject the HTTP header
that tells Cloudflare that it should inject the new JS client.
This commit is a replacement of
#10219 to avoid the
time-consuming query that checks the config file of the latest build for the
version.
Closes#10331
* Proxito: improve query
- return only the field we need ("addons")
- only check for `version.addons` if the project doesn't have the feature
* Tests: add test for El Proxito header
0 commit comments