Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
1. Script comes from BayCloud, a cookie consent platform.  
2. Token does expire.
3. querystring parameter hN must be updated to match domain.
  • Loading branch information
paulseto authored May 13, 2024
1 parent 75cba0c commit 5dc056a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const config = {
locales: ['en'],
},

// Cookie consent control required for GDPR
scripts: [
// Cookie consent control required for GDPR. Token is not required to be renewed. Update hN querystring to match domain.
'https://cdn.baycloud.com/cl.js?cid=9be233bfe3004dc49e742fd0fa98642c&hN=docs.bigbluebutton.org'
],

Expand Down

0 comments on commit 5dc056a

Please sign in to comment.