[Web Install] Options for declaring install_source
s
#785
Labels
Web Install API
Declarative install for web apps from a web app.
install_source
s
#785
We've been discussing changing the shape of install sources to support blocking specific origins. Below is a comparison of the current proposal against 3 new options.
Current proposal
Allow specific sources and block all others, or allow all. Does not permit denying only a subset of origins to install an app.
New Options
The following options enable all the following scenarios:
Option 1
Use a single
install_sources
array to capture both allowed and blocked install sources.Option 2
Use separate
allowed_install_sources
andblocked_install_sources
arrays:Option 3
Use a single
install_sources
member to capture all the web install related info:cc @diekus @HowardWolosky @Kbhlee2121
The text was updated successfully, but these errors were encountered: