Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ updates:
- dependency-name: "*"
update-types:
- "version-update:semver-major"
security-updates: true
16 changes: 15 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@
content="Resonate, Open Source, Social Voice Platform, AOSSIE, Social Audio, Community"
/>

<!-- Open Graph / Social Media Tags -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://resonate.aossie.org/" />
<meta property="og:title" content="Resonate - Social Voice Platform" />
<meta property="og:description" content="Resonate is an Open Source social voice platform maintained by AOSSIE. Join rooms, talk to people, and connect with the community." />
<meta property="og:image" content="%PUBLIC_URL%/resonate_logo_white.png" />

<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://resonate.aossie.org/" />
<meta name="twitter:title" content="Resonate - Social Voice Platform" />
<meta name="twitter:description" content="Resonate is an Open Source social voice platform maintained by AOSSIE. Join rooms, talk to people, and connect with the community." />
<meta name="twitter:image" content="%PUBLIC_URL%/resonate_logo_white.png" />

<!-- Security Headers -->

<!-- Content Security Policy -->
Expand All @@ -23,7 +37,7 @@
default-src 'self';
script-src 'self';
style-src 'self' 'unsafe-inline' https://fonts.googleapis.com;
img-src 'self' data:;
img-src 'self' data: https://resonate.aossie.org;
font-src 'self' https://fonts.gstatic.com;
"
/>
Expand Down
Loading