Speculations over HTTP - inconsistency with prefetch and prerender #313
Labels
in progress
The ideas discussed in this issue are actively being worked on in either implementation or spec
needs spec edits
The path forward is clear but we need to write it into the spec
prerendering
Related to prerendering
Currently prerender is permitted over HTTP and HTTPS, while prefetch only works over HTTPS.
While there some differences (prefetch can apply in cross-origin context while prerender cannot), the inconsistency is a little confusing.
We have been moving towards restricting powerful APIs to HTTPS-only it would make more sense to me to restrict prerender, rather than relax prefetch, but either way I think we should resolve the inconsistency.
The text was updated successfully, but these errors were encountered: