Spaces:
Running
Running
Revert "chore (build): Updating security policy for Huggingface spaces."
Browse filesThis reverts commit 25335d43ddd54bf87e14fef1c50df729a6dc787c.
Signed-off-by: Kshitij Fadnis <[email protected]>
- next.config.js +1 -1
next.config.js
CHANGED
@@ -22,7 +22,7 @@ const cspMap = {
|
|
22 |
'base-uri': ["'none'"],
|
23 |
'font-src': ["'self'", 'data:', "'unsafe-inline'"],
|
24 |
'form-action': ["'self'"],
|
25 |
-
'frame-ancestors': ["'
|
26 |
'frame-src': ["'self'"],
|
27 |
'img-src': ["'self'", 'data:', 'blob:', 'www.ibm.com/'],
|
28 |
'media-src': ["'self'", 'blob:', 'www.ibm.com/'],
|
|
|
22 |
'base-uri': ["'none'"],
|
23 |
'font-src': ["'self'", 'data:', "'unsafe-inline'"],
|
24 |
'form-action': ["'self'"],
|
25 |
+
'frame-ancestors': ["'none'"],
|
26 |
'frame-src': ["'self'"],
|
27 |
'img-src': ["'self'", 'data:', 'blob:', 'www.ibm.com/'],
|
28 |
'media-src': ["'self'", 'blob:', 'www.ibm.com/'],
|