fonts come off mozilla.org now; update settings
This commit is contained in:
Родитель
e15280f89a
Коммит
6a74efe40f
|
@ -1056,7 +1056,7 @@ CSP_MEDIA_SRC = ("'none'",)
|
|||
CSP_FRAME_SRC = ("https://s3.amazonaws.com", # getsatisfaction
|
||||
"https://getsatisfaction.com", # getsatisfaction
|
||||
)
|
||||
CSP_FONT_SRC = ("'self'", "fonts.mozilla.com", "www.mozilla.com", )
|
||||
CSP_FONT_SRC = ("'self'", "fonts.mozilla.org", "www.mozilla.org", )
|
||||
# self is needed for paypal which sends x-frame-options:allow when needed.
|
||||
# x-frame-options:DENY is sent the rest of the time.
|
||||
CSP_FRAME_ANCESTORS = ("'self'",)
|
||||
|
|
Загрузка…
Ссылка в новой задаче