diff --git a/constants.js b/constants.js
index 721e954..9038821 100644
--- a/constants.js
+++ b/constants.js
@@ -2,11 +2,11 @@
const useLocalhost = process && process.env.NODE_ENV === 'development'
const constants = {
- siteUrl: !useLocalhost ? 'http://frylabs.net/' : 'http://localhost:8080/',
+ siteUrl: !useLocalhost ? 'https://frylabs.net/' : 'http://localhost:8080/',
apiUrl: !useLocalhost
- ? 'http://frylabs.net/api/'
+ ? 'https://frylabs.net/api/'
: 'http://localhost:8080/api/',
- chatUrl: !useLocalhost ? 'http://frylabs.net/' : 'http://localhost:8080/',
+ chatUrl: !useLocalhost ? 'https://frylabs.net/' : 'http://localhost:8080/',
mobileWindowWidth: 700,
maxQuestionsToRender: 250,
imageExts: ['gif', 'png', 'jpeg', 'jpg'],
diff --git a/src/pages/faq.jsx b/src/pages/faq.jsx
index 59849dd..e800abc 100644
--- a/src/pages/faq.jsx
+++ b/src/pages/faq.jsx
@@ -21,7 +21,7 @@ function PasswordSection() {
mentsd le biztos helyre a jelszót, hogy később is meglegyen!
Ha többször kell megadnod, akkor az bug lesz. Ilyenkor ezt{' '}
@@ -166,7 +166,7 @@ function RiskSection() {
Bármikor leállhat a szerver
És akkor nem bírod megnézni a válaszokat. Erre van az{' '}
diff --git a/src/pages/script.jsx b/src/pages/script.jsx
index 26172e7..59de939 100644
--- a/src/pages/script.jsx
+++ b/src/pages/script.jsx
@@ -83,7 +83,7 @@ export default function Script() {
@@ -146,7 +146,7 @@ export default function Script() {