allowed images from github

This commit is contained in:
becarta
2025-02-26 02:18:06 +01:00
parent 9b73d243ce
commit a8509de9e4
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
{"images":{"remote_images":["https?://cdn\\.pixabay\\.com/.*"]},"headers":[{"for":"/_astro/*","values":{"Cache-Control":"public, max-age=31536000, immutable"}}]}
{"images":{"remote_images":["https?://cdn\\.pixabay\\.com/.*","https?://raw\\.githubusercontent\\.com/.*"]},"headers":[{"for":"/_astro/*","values":{"Cache-Control":"public, max-age=31536000, immutable"}}]}

View File

@@ -81,7 +81,7 @@ export default defineConfig({
],
image: {
domains: ['cdn.pixabay.com'],
domains: ['cdn.pixabay.com', 'raw.githubusercontent.com'],
},
markdown: {

View File

@@ -4,7 +4,7 @@ excerpt: "Protect your organization from phishing attacks impersonating Microsof
publishDate: 2025-02-16T02:00:00Z
author: "Richard Bergsma"
category: Security
image: https://raw.githubusercontent.com/rrpbergsma/EnterpriseAppProtection/refs/heads/main/EnterpriseAppProtection.png
image: https://raw.githubusercontent.com/rrpbergsma/EnterpriseAppProtection/main/EnterpriseAppProtection.png
tags: ["Security", "Phishing", "Microsoft 365", "Browser Extensions", "Cybersecurity"]
---