Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cookieinformation
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
cookieinformation
Merge requests
!2
Resolve
#3194494
"Add support for blocking iframes"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3194494
"Add support for blocking iframes"
issue/cookieinformation-3194494:3194494-add-support-for-blocking-iframes
into
2.0.x
Overview
0
Commits
11
Pipelines
2
Changes
6
Merged
ilari242
requested to merge
issue/cookieinformation-3194494:3194494-add-support-for-blocking-iframes
into
2.0.x
4 years ago
Overview
0
Commits
11
Pipelines
2
Changes
6
Expand
Closes
#3194494
0
0
Merge request reports
Compare
2.0.x
version 10
4d867187
1 year ago
version 9
4d867187
1 year ago
version 8
140eb50d
2 years ago
version 7
108b561b
2 years ago
version 6
3fa6103d
4 years ago
version 5
e8ddd3df
4 years ago
version 4
44575295
4 years ago
version 3
0f12da01
4 years ago
version 2
831e2885
4 years ago
version 1
f49b175c
4 years ago
2.0.x (base)
and
latest version
latest version
4d867187
11 commits,
1 year ago
version 10
4d867187
11 commits,
1 year ago
version 9
4d867187
11 commits,
1 year ago
version 8
140eb50d
9 commits,
2 years ago
version 7
108b561b
8 commits,
2 years ago
version 6
3fa6103d
8 commits,
4 years ago
version 5
e8ddd3df
7 commits,
4 years ago
version 4
44575295
6 commits,
4 years ago
version 3
0f12da01
5 commits,
4 years ago
version 2
831e2885
4 commits,
4 years ago
version 1
f49b175c
3 commits,
4 years ago
6 files
+
80
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
config/schema/cookieinformation.schema.yml
+
3
−
0
Options
@@ -10,6 +10,9 @@ cookieinformation.settings:
enable_google_consent_mode
:
type
:
boolean
label
:
'
Enable
Google
consent
mode'
block_iframes
:
type
:
boolean
label
:
'
Block
iframes
unless
consent
has
been
given'
enable_iab
:
type
:
boolean
label
:
'
Enable
the
IAB
cookie
consent
popup.'
Loading