fix(n8n Form Node): Use https to load google fonts (#11948)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-11-28 14:14:00 +01:00
committed by GitHub
parent b8da4ff9ed
commit eccd924f5e
6 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
<meta name='viewport' content='width=device-width, initial-scale=1.0' /> <meta name='viewport' content='width=device-width, initial-scale=1.0' />
<link rel='icon' type='image/png' href='https://n8n.io/favicon.ico' /> <link rel='icon' type='image/png' href='https://n8n.io/favicon.ico' />
<link <link
href='http://fonts.googleapis.com/css?family=Open+Sans' href='https://fonts.googleapis.com/css?family=Open+Sans'
rel='stylesheet' rel='stylesheet'
type='text/css' type='text/css'
/> />
@@ -83,4 +83,4 @@
</div> </div>
</body> </body>
</html> </html>

View File

@@ -5,7 +5,7 @@
<meta name='viewport' content='width=device-width, initial-scale=1.0' /> <meta name='viewport' content='width=device-width, initial-scale=1.0' />
<link rel='icon' type='image/png' href='https://n8n.io/favicon.ico' /> <link rel='icon' type='image/png' href='https://n8n.io/favicon.ico' />
<link <link
href='http://fonts.googleapis.com/css?family=Open+Sans' href='https://fonts.googleapis.com/css?family=Open+Sans'
rel='stylesheet' rel='stylesheet'
type='text/css' type='text/css'
/> />
@@ -71,4 +71,4 @@
</div> </div>
</body> </body>
</html> </html>

View File

@@ -5,7 +5,7 @@
<meta name='viewport' content='width=device-width, initial-scale=1.0' /> <meta name='viewport' content='width=device-width, initial-scale=1.0' />
<link rel='icon' type='image/png' href='https://n8n.io/favicon.ico' /> <link rel='icon' type='image/png' href='https://n8n.io/favicon.ico' />
<link <link
href='http://fonts.googleapis.com/css?family=Open+Sans' href='https://fonts.googleapis.com/css?family=Open+Sans'
rel='stylesheet' rel='stylesheet'
type='text/css' type='text/css'
/> />
@@ -71,4 +71,4 @@
</div> </div>
</body> </body>
</html> </html>

View File

@@ -4,7 +4,7 @@
<meta name='viewport' content='width=device-width, initial-scale=1.0' /> <meta name='viewport' content='width=device-width, initial-scale=1.0' />
<link rel='icon' type='image/png' href='https://n8n.io/favicon.ico' /> <link rel='icon' type='image/png' href='https://n8n.io/favicon.ico' />
<link <link
href='http://fonts.googleapis.com/css?family=Open+Sans' href='https://fonts.googleapis.com/css?family=Open+Sans'
rel='stylesheet' rel='stylesheet'
type='text/css' type='text/css'
/> />

View File

@@ -5,7 +5,7 @@
<meta name='viewport' content='width=device-width, initial-scale=1.0' /> <meta name='viewport' content='width=device-width, initial-scale=1.0' />
<link rel='icon' type='image/png' href='https://n8n.io/favicon.ico' /> <link rel='icon' type='image/png' href='https://n8n.io/favicon.ico' />
<link <link
href='http://fonts.googleapis.com/css?family=Open+Sans' href='https://fonts.googleapis.com/css?family=Open+Sans'
rel='stylesheet' rel='stylesheet'
type='text/css' type='text/css'
/> />
@@ -70,4 +70,4 @@
</div> </div>
</body> </body>
</html> </html>

View File

@@ -11,7 +11,7 @@ export const ACTION_RECORDED_PAGE = `
<meta name='viewport' content='width=device-width, initial-scale=1.0' /> <meta name='viewport' content='width=device-width, initial-scale=1.0' />
<link rel='icon' type='image/png' href='https://n8n.io/favicon.ico' /> <link rel='icon' type='image/png' href='https://n8n.io/favicon.ico' />
<link <link
href='http://fonts.googleapis.com/css?family=Open+Sans' href='https://fonts.googleapis.com/css?family=Open+Sans'
rel='stylesheet' rel='stylesheet'
type='text/css' type='text/css'
/> />