Skip to content

Commit f318966

Browse files
committed
add a title to the security page
1 parent 653f4ad commit f318966

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/official-site/safety.sql

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ select 'http_header' as component,
22
'public, max-age=600, stale-while-revalidate=3600, stale-if-error=86400' as "Cache-Control",
33
'<https://sql-page.com/safety>; rel="canonical"' as "Link";
44

5-
select 'dynamic' as component, properties FROM example WHERE component = 'shell' LIMIT 1;
5+
select 'dynamic' as component, json_patch(json_extract(properties, '$[0]'), json_object(
6+
'title', 'Security in SQLPage: SSO, protection against SQLi, XSS, CSRF, and more'
7+
)) as properties
8+
FROM example WHERE component = 'shell' LIMIT 1;
69

710
select 'hero' as component,
811
'SQLPage''s security guarantees' as title,

0 commit comments

Comments
 (0)