Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WCMS
uw_base_profile
Commits
1d1bb62f
Commit
1d1bb62f
authored
May 31, 2018
by
tstruyk
Browse files
ISTWCMS-2563: Add tableau url to CSP
parent
40b28a31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
content-security-policy.php
content-security-policy.php
+3
-1
No files found.
content-security-policy.php
View file @
1d1bb62f
...
...
@@ -37,7 +37,7 @@ $sites = array(
'*.g.doubleclick.net'
,
// Google's DoubleClick, for MSI's use.
'6263835.fls.doubleclick.net'
,
// CDNjs (Cloudflare)
// CDNjs (Cloudflare)
.
'cdnjs.cloudflare.com'
,
// Twitter.
'*.twitter.com'
,
...
...
@@ -89,6 +89,8 @@ $sites = array(
'*.hscampaigns.com'
,
// Used by MSI, confirmed by Joe Kwan.
'secure.adnxs.com'
,
// Used by Tableau.
'public.tableau.com'
,
);
while
(
$site
=
array_shift
(
$sites
))
{
$items
[]
=
'https://'
.
$site
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment