Skip to content

Commit

Permalink
Remove references to a YouTube API Key (deprecated) (#970)
Browse files Browse the repository at this point in the history
* Remove ytkey from config.yml (deprecated)

* Remove references to a YouTube API Key in AI 2023 Symposium pages
  • Loading branch information
remibetin authored Feb 14, 2025
1 parent 56c4d42 commit 6c78feb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
2 changes: 0 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ highlighter: rouge
repository: w3c/wai-website
branch: main

ytkey: AIzaSyBzq155tA3E3gaYlRdx2S9U9FM78U1-568

# remote_themes are an extension for Jekyll running in GitHub pages and are a GitHub repo
remote_theme: w3c/wai-website-theme

Expand Down
10 changes: 1 addition & 9 deletions pages/about/projects/wai-coop/symposium2.md
Original file line number Diff line number Diff line change
Expand Up @@ -903,12 +903,4 @@ The symposium on AI and digital accessibility highlighted the potential of AI to

<script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/js.cookie.min.js"></script>
<script src="{{ '/assets/ableplayer/build/ableplayer.min.js' | relative_url }}"></script>
<script>
var youTubeDataAPIKey = "{{ site.ytkey }}";
var googleApiReady = false;
function initGoogleClientApi() {
googleApiReady = true;
}
</script>
<script src="//apis.google.com/js/client.js?onload=initGoogleClientApi"></script>
<script src="{{ '/assets/ableplayer/build/ableplayer.min.js' | relative_url }}"></script>
11 changes: 1 addition & 10 deletions pages/fundamentals/research/ai2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -997,15 +997,6 @@ Ethical discussions and standards are needed to ensure fair and ethical use of A
- Michael Cooper (W3C)
- Scott Hollier (University of South Australia)


<script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/js.cookie.min.js"></script>
<script src="{{ '/assets/ableplayer/build/ableplayer.min.js' | relative_url }}"></script>
<script>
var youTubeDataAPIKey = "{{ site.ytkey }}";
var googleApiReady = false;
function initGoogleClientApi() {
googleApiReady = true;
}
</script>
<script src="//apis.google.com/js/client.js?onload=initGoogleClientApi"></script>
<script src="{{ '/assets/ableplayer/build/ableplayer.min.js' | relative_url }}"></script>

0 comments on commit 6c78feb

Please sign in to comment.