Skip to content
Merged
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
4 changes: 2 additions & 2 deletions embedding_qs_series_2/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# .env configuration file for Sigma Embed QuickStart Series
# Embed Series 2 - GIT COPY

###############################################################################
##############################################################################
# Environment Configuration Notes:
#
# - CLIENT_ID, SECRET, SESSION_LENGTH, and PORT are shared settings.
Expand Down
2 changes: 1 addition & 1 deletion embedding_qs_series_2/public/ask_sigma/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h3>JWT:</h3>
</script>

<main class="content">
<iframe id="sigma-embed" src=""></iframe>
<iframe id="sigma-embed" src="" allow="clipboard-read; clipboard-write"></iframe>
</main>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h3>JWT:</h3>
</script>

<main class="content">
<iframe id="sigma-embed" src=""></iframe>
<iframe id="sigma-embed" src="" allow="clipboard-read; clipboard-write"></iframe>
</main>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h3>JWT:</h3>
</script>

<main class="content">
<iframe id="sigma-embed" src=""></iframe>
<iframe id="sigma-embed" src="" allow="clipboard-read; clipboard-write"></iframe>
</main>
</div>

Expand Down
2 changes: 1 addition & 1 deletion embedding_qs_series_2/public/events/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h3>JWT:</h3>
style="list-style-type: none; padding-left: 0"
></ul>
</div>
<iframe id="sigma-embed" src=""></iframe>
<iframe id="sigma-embed" src="" allow="clipboard-read; clipboard-write"></iframe>
</main>
</div>

Expand Down
2 changes: 1 addition & 1 deletion embedding_qs_series_2/public/federated_access/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h3>JWT:</h3>
</script>

<main class="content">
<iframe id="sigma-embed" src=""></iframe>
<iframe id="sigma-embed" src="" allow="clipboard-read; clipboard-write"></iframe>
</main>
</div>

Expand Down
2 changes: 1 addition & 1 deletion embedding_qs_series_2/public/getting_started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h3>JWT:</h3>
</script>

<main class="content">
<iframe id="sigma-embed" src=""></iframe>
<iframe id="sigma-embed" src="" allow="clipboard-read; clipboard-write"></iframe>
</main>
</div>

Expand Down
2 changes: 1 addition & 1 deletion embedding_qs_series_2/public/link_sharing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h3>JWT:</h3>
</aside>

<main class="content">
<iframe id="sigma-embed" src=""></iframe>
<iframe id="sigma-embed" src="" allow="clipboard-read; clipboard-write"></iframe>
</main>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h3>JWT:</h3>
</script>

<main class="content">
<iframe id="sigma-embed" src=""></iframe>
<iframe id="sigma-embed" src="" allow="clipboard-read; clipboard-write"></iframe>
</main>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h3>JWT:</h3>
</script>

<main class="content">
<iframe id="sigma-embed" src=""></iframe>
<iframe id="sigma-embed" src="" allow="clipboard-read; clipboard-write"></iframe>
</main>
</div>

Expand Down
2 changes: 1 addition & 1 deletion embedding_qs_series_2/public/public_access/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<div class="main">


<iframe id="sigma-embed" width="100%" height="600" style="border: none;"></iframe>
<iframe id="sigma-embed" width="100%" height="600" style="border: none;" allow="clipboard-read; clipboard-write"></iframe>

<script>
fetch("/generate-public-url")
Expand Down
2 changes: 1 addition & 1 deletion embedding_qs_series_2/public/responsive_embeds/1bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h3>JWT:</h3>
</script>

<main class="content">
<iframe id="sigma-embed" src=""></iframe>
<iframe id="sigma-embed" src="" allow="clipboard-read; clipboard-write"></iframe>
</main>
</div>

Expand Down
1 change: 1 addition & 0 deletions embedding_qs_series_2/public/responsive_embeds/2bars.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ <h3>JWT:</h3>
width="100%"
height="600px"
style="border: none; overflow: auto"
allow="clipboard-read; clipboard-write"
></iframe>
</main>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h3>JWT:</h3>
</script>

<main class="content">
<iframe id="sigma-embed" src=""></iframe>
<iframe id="sigma-embed" src="" allow="clipboard-read; clipboard-write"></iframe>
</main>
</div>

Expand Down
2 changes: 1 addition & 1 deletion embedding_qs_series_2/public/version_tagging/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h3>JWT:</h3>
</script>

<main class="content">
<iframe id="sigma-embed" src=""></iframe>
<iframe id="sigma-embed" src="" allow="clipboard-read; clipboard-write"></iframe>
</main>
</div>

Expand Down