mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(n8n Form Node): Use https to load google fonts (#11948)
This commit is contained in:
committed by
GitHub
parent
b8da4ff9ed
commit
eccd924f5e
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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'
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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'
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user