diff --git a/.gitignore b/.gitignore index deb66c5..ae7700d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +no-vary-search.html prefetch.html prerendering.html speculation-rules.html diff --git a/Makefile b/Makefile index eadd1c5..e9ab07b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SHELL=/bin/bash -bikeshed_files = prefetch.bs prerendering.bs speculation-rules.bs +bikeshed_files = no-vary-search.bs prefetch.bs prerendering.bs speculation-rules.bs .PHONY: ci clean local remote diff --git a/index.html b/index.html index 7ff526e..0ab9b6b 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,9 @@

WICG/nav-speculation

Speculation Rules
A flexible syntax for defining what outgoing links can be prepared speculatively before navigation.
+ +
No-Vary-Search
+
A proposed HTTP header for changing how a URL's search component impacts cache hits.