This project is archived. Its data is read-only.
Add the Digital Climate Strike code to the Tor Website
Please add the Digital Climate Strike code to the Tor Website, by following the Self-Hosted instructions: https://github.com/fightforthefuture/digital-climate-strike#option-2-self-hosted We'll also want to set these options before loading the script: ``` <script type="text/javascript"> var DIGITAL_CLIMATE_STRIKE_OPTIONS = { /* The Tor website base URL */ iframeHost: 'https://www.torproject.org', /* Disable Google Analytics, for user privacy */ disableGoogleAnalytics: true, /* Let users dismiss the banner, and use the Tor website */ showCloseButtonOnFullPageWidget: true, }; </script> <script src="widget.js" async></script> ``` For more details, see: https://github.com/fightforthefuture/digital-climate-strike#customization-options More info about the Digital Climate Strike, see: https://digital.globalclimatestrike.net/
issue