allowed images from github
This commit is contained in:
@@ -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"}}]}
|
@@ -81,7 +81,7 @@ export default defineConfig({
|
||||
],
|
||||
|
||||
image: {
|
||||
domains: ['cdn.pixabay.com'],
|
||||
domains: ['cdn.pixabay.com', 'raw.githubusercontent.com'],
|
||||
},
|
||||
|
||||
markdown: {
|
||||
|
@@ -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"]
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user