fonts come off mozilla.org now; update settings

This commit is contained in:
Wil Clouser 2011-11-16 14:22:07 -08:00
Родитель e15280f89a
Коммит 6a74efe40f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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'",)