Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
csp
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
csp
Merge requests
!24
Create PolicyHelper class
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Create PolicyHelper class
issue/csp-3410651:3410651-nonce-helper
into
8.x-1.x
Overview
0
Commits
28
Pipelines
21
Changes
13
Merged
Geoff Appleby
requested to merge
issue/csp-3410651:3410651-nonce-helper
into
8.x-1.x
1 year ago
Overview
0
Commits
28
Pipelines
21
Changes
13
Expand
Closes
#3410651
0
0
Merge request reports
Compare
8.x-1.x
version 20
8aeed6d4
1 year ago
version 19
87692935
1 year ago
version 18
44545864
1 year ago
version 17
4d80ec4f
1 year ago
version 16
0ba7f966
1 year ago
version 15
b56e3fd4
1 year ago
version 14
0638c27e
1 year ago
version 13
d0fdd28d
1 year ago
version 12
79943df8
1 year ago
version 11
ccbbfcbb
1 year ago
version 10
3c6ef6a4
1 year ago
version 9
f62804d1
1 year ago
version 8
e70dae0f
1 year ago
version 7
f0db51da
1 year ago
version 6
c2dbb037
1 year ago
version 5
e4cbe9e1
1 year ago
version 4
9c56021c
1 year ago
version 3
b8f354e4
1 year ago
version 2
d1a785ba
1 year ago
version 1
10223702
1 year ago
8.x-1.x (base)
and
latest version
latest version
0b4413c4
28 commits,
1 year ago
version 20
8aeed6d4
28 commits,
1 year ago
version 19
87692935
28 commits,
1 year ago
version 18
44545864
27 commits,
1 year ago
version 17
4d80ec4f
26 commits,
1 year ago
version 16
0ba7f966
24 commits,
1 year ago
version 15
b56e3fd4
23 commits,
1 year ago
version 14
0638c27e
23 commits,
1 year ago
version 13
d0fdd28d
21 commits,
1 year ago
version 12
79943df8
20 commits,
1 year ago
version 11
ccbbfcbb
19 commits,
1 year ago
version 10
3c6ef6a4
18 commits,
1 year ago
version 9
f62804d1
17 commits,
1 year ago
version 8
e70dae0f
16 commits,
1 year ago
version 7
f0db51da
14 commits,
1 year ago
version 6
c2dbb037
13 commits,
1 year ago
version 5
e4cbe9e1
12 commits,
1 year ago
version 4
9c56021c
11 commits,
1 year ago
version 3
b8f354e4
7 commits,
1 year ago
version 2
d1a785ba
6 commits,
1 year ago
version 1
10223702
1 commit,
1 year ago
13 files
+
1586
−
3
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
csp_extras/js/ajax.js
+
1
−
1
Options
@@ -7,7 +7,7 @@
@@ -7,7 +7,7 @@
/**
/**
* Command to add css.
* Command to add css.
*
*
* Backported from Drupal 10.1 to handle attributes arrays.
* Back
ported from Drupal 10.1 to handle attributes arrays.
*
*
* @param {Drupal.Ajax} [ajax]
* @param {Drupal.Ajax} [ajax]
* {@link Drupal.Ajax} object created by {@link Drupal.ajax}.
* {@link Drupal.Ajax} object created by {@link Drupal.ajax}.
Loading