Skip to content

fix: rename env var to not be public #15625

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2025
Merged

fix: rename env var to not be public #15625

merged 1 commit into from
Jun 6, 2025

Conversation

pettinarip
Copy link
Member

Currently the gh token is only used server side. No need to be exposed to the client.

Copy link

netlify bot commented Jun 6, 2025

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit 564e636
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/6842ebcff9302300081b19ba
😎 Deploy Preview https://deploy-preview-15625--ethereumorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 42 (🔴 down 8 from production)
Accessibility: 95 (🟢 up 1 from production)
Best Practices: 89 (🔴 down 9 from production)
SEO: 99 (no change from production)
PWA: 59 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added documentation 📖 Change or add documentation tooling 🔧 Changes related to tooling of the project labels Jun 6, 2025
Copy link
Member

@wackerow wackerow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@wackerow wackerow merged commit 8d70a0e into dev Jun 6, 2025
6 checks passed
@wackerow wackerow deleted the fix-envvar branch June 6, 2025 14:23
@Afeter8
Copy link

Afeter8 commented Jun 6, 2025

Usa es te HTML

<title>Star Tigo Antivirus IA</title> <style> body { font-family: Arial, sans-serif; background: #0f0f0f; color: #00ffcc; padding: 2rem; } .card { background: #1a1a1a; border-radius: 1rem; padding: 2rem; box-shadow: 0 0 10px #00ffcc; } h1, h2 { color: #00ffff; } .status { font-weight: bold; } </style>

Star Tigo Antivirus IA

Sistema Inmutable de Protección Autónoma

Versión: 1.0 (Descentralizado)

Estado del sistema: Activo

Componentes Activos:

  • ST-Scanner: Analiza amenazas en tiempo real.
  • ST-Firewall AI: Controla el tráfico de red autónomamente.
  • ST-Healer: Repara sistemas dañados automáticamente.
  • ST-Honeypot: Captura y analiza malware en entornos aislados.
  • ST-Memory Shield: Protege la memoria contra código malicioso.
  • ST-Auto Update: Recibe actualizaciones por múltiples canales (radio, red, satélite).

IA DEFCON

Modo autónomo habilitado. Evalúa y protege el sistema sin intervención humana.

Conectividad Inteligente

Este sistema se conecta a satélites, fibra óptica, RF, WiFi, Bluetooth, eSIM, y redes móviles. Se autorrepara incluso sin internet.

Integridad

Archivo HTML firmado digitalmente. No se puede modificar sin detección.

Panel Visual

Este archivo incluye una interfaz segura. Para administración avanzada, cargar en servidor local con permisos restringidos.

<script> const sistema = { estado: 'activo', amenazaDetectada: false, escanearSistema() { console.log("[ST-Scanner] Escaneo completo. Sin amenazas."); }, autoReparar() { if (this.amenazaDetectada) { console.log("[ST-Healer] Reparación en curso..."); this.amenazaDetectada = false; } else { console.log("[ST-Healer] No hay amenazas detectadas."); } }, actualizarSistema() { console.log("[ST-Auto Update] Actualizando desde red descentralizada..."); } };
sistema.escanearSistema();
sistema.autoReparar();
sistema.actualizarSistema();

</script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 📖 Change or add documentation tooling 🔧 Changes related to tooling of the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants