Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
link_allowed_hosts
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
link_allowed_hosts
Merge requests
!4
Issue
#3453237
: Added gitlab-ci file.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3453237
: Added gitlab-ci file.
issue/link_allowed_hosts-3453237:3453237-set-up-gitlab
into
1.x
Overview
0
Commits
7
Pipelines
23
Changes
5
Open
Deepak Pandey
requested to merge
issue/link_allowed_hosts-3453237:3453237-set-up-gitlab
into
1.x
11 months ago
Overview
0
Commits
7
Pipelines
23
Changes
5
Expand
Closes
#3453237
0
0
Merge request reports
Compare
1.x
version 20
bd5e8ea8
10 months ago
version 19
9af13651
10 months ago
version 18
9d430111
10 months ago
version 17
2e3d7194
10 months ago
version 16
3cc34bba
10 months ago
version 15
42225c63
10 months ago
version 14
dcc3b295
10 months ago
version 13
a336b772
10 months ago
version 12
73273338
10 months ago
version 11
92e7c540
10 months ago
version 10
93533698
10 months ago
version 9
3eaa574a
10 months ago
version 8
16d23561
10 months ago
version 7
29b839ee
10 months ago
version 6
6d0bad77
10 months ago
version 5
a93d17c6
10 months ago
version 4
ffabd40a
11 months ago
version 3
ef7b5784
11 months ago
version 2
afd3defb
11 months ago
version 1
21f8a095
11 months ago
1.x (HEAD)
and
latest version
latest version
3ccaa8c9
7 commits,
10 months ago
version 20
bd5e8ea8
6 commits,
10 months ago
version 19
9af13651
5 commits,
10 months ago
version 18
9d430111
5 commits,
10 months ago
version 17
2e3d7194
5 commits,
10 months ago
version 16
3cc34bba
5 commits,
10 months ago
version 15
42225c63
5 commits,
10 months ago
version 14
dcc3b295
5 commits,
10 months ago
version 13
a336b772
5 commits,
10 months ago
version 12
73273338
5 commits,
10 months ago
version 11
92e7c540
5 commits,
10 months ago
version 10
93533698
5 commits,
10 months ago
version 9
3eaa574a
5 commits,
10 months ago
version 8
16d23561
5 commits,
10 months ago
version 7
29b839ee
5 commits,
10 months ago
version 6
6d0bad77
5 commits,
10 months ago
version 5
a93d17c6
5 commits,
10 months ago
version 4
ffabd40a
4 commits,
11 months ago
version 3
ef7b5784
3 commits,
11 months ago
version 2
afd3defb
2 commits,
11 months ago
version 1
21f8a095
1 commit,
11 months ago
5 files
+
131
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
src/Plugin/Validation/Constraint/LinkAllowedHostConstraint.php
+
5
−
0
Options
@@ -15,6 +15,11 @@ use Symfony\Component\Validator\Constraint;
*/
class
LinkAllowedHostConstraint
extends
Constraint
{
/**
* The message to be displayed.
*
* @var string
*/
public
$message
=
'The host %host is forbidden. Only the following are allowed: %allowed_hosts.'
;
/**
Loading