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
* See the [Internationalization Guide](https://docs.astro.build/en/guides/internationalization/#domains-experimental) for more details, including the limitations of this experimental feature.
1822
1865
*/
1823
1866
i18nDomains?: boolean;
1867
+
1868
+
/**
1869
+
* @docs
1870
+
* @name experimental.csrfProtection
1871
+
* @type {boolean}
1872
+
* @default `false`
1873
+
* @version 4.6.0
1874
+
* @description
1875
+
*
1876
+
* It enables the CSRF protection for Astro websites.
1877
+
*
1878
+
* The CSRF protection works only for on-demand pages (SSR) and hybrid pages where prerendering is opted out.
0 commit comments