diff options
author | Siddharth VP <siddharthvp@gmail.com> | 2021-12-26 16:54:49 +0530 |
---|---|---|
committer | Siddharth VP <siddharthvp@gmail.com> | 2021-12-30 18:00:02 +0530 |
commit | 191cadb6a5cc8ac7873a914e68c79bdf0e542f8f (patch) | |
tree | b41cc64503369076d5ecdef0dc69307baa249aa2 /includes/ContentSecurityPolicy.php | |
parent | 2518706eae33e04d0a5296691e3442e93493a1e1 (diff) | |
download | mediawikicore-191cadb6a5cc8ac7873a914e68c79bdf0e542f8f.tar.gz mediawikicore-191cadb6a5cc8ac7873a914e68c79bdf0e542f8f.zip |
Fix typos in comments (C-D)
Change-Id: I568fb93b53feb83f026d485136dd0d116d677f4f
Diffstat (limited to 'includes/ContentSecurityPolicy.php')
-rw-r--r-- | includes/ContentSecurityPolicy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/ContentSecurityPolicy.php b/includes/ContentSecurityPolicy.php index a0e8c1b828e6..9e0336e5b9b0 100644 --- a/includes/ContentSecurityPolicy.php +++ b/includes/ContentSecurityPolicy.php @@ -235,7 +235,7 @@ class ContentSecurityPolicy { $reportUri = $this->getReportUri( $mode ); } - // Only send an img-src, if we're sending a restricitve default. + // Only send an img-src, if we're sending a restrictive default. if ( !is_array( $defaultSrc ) || !in_array( '*', $defaultSrc ) || !in_array( 'data:', $defaultSrc ) |