index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
ContentSecurityPolicy.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorg: Move CSP class to Request/
Amir Sarabadani
2023-02-16
1
-594
/
+0
*
Make use of ??= in more places
DannyS712
2022-12-17
1
-4
/
+1
*
Replace various `array` type hints with more specific `string[]`
thiemowmde
2022-09-27
1
-5
/
+5
*
Remove unused key variable from foreach loops
Umherirrender
2022-09-21
1
-4
/
+4
*
Use MainConfigNames instead of string literals, #4
Aryeh Gregor
2022-04-26
1
-2
/
+4
*
Use name constants to access config settings.
daniel
2022-04-07
1
-12
/
+13
*
Fix typos in comments (C-D)
Siddharth VP
2021-12-30
1
-1
/
+1
*
Remove or replace usages of "sane"
Reedy
2021-11-22
1
-1
/
+1
*
Remove comments that repeat the code
DannyS712
2021-06-02
1
-11
/
+1
*
Use some more neutral language
Reedy
2021-04-18
1
-2
/
+2
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
Update a lot of unspecific "array" types in PHPDocs
Thiemo Kreuz
2020-10-28
1
-1
/
+1
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-4
/
+13
*
Remove unused var initialization from ContentSecurityPolicy
Thiemo Kreuz
2020-05-14
1
-1
/
+0
*
Fix numerous PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-12
1
-2
/
+2
*
doxygen: Changed Doxygen tags causing warnings during documentation generation
Holger Knust
2020-04-14
1
-3
/
+3
*
Replace isset() in if() conditions with ?? if possible
Thiemo Kreuz
2020-03-23
1
-5
/
+3
*
Remove auto-generated and empty lines in comments
Thiemo Kreuz
2020-03-17
1
-1
/
+0
*
Use MediaWikiServices::getRepoGroup
Umherirrender
2020-03-14
1
-2
/
+6
*
include blob: as a default script-src
Brian Wolff
2020-02-27
1
-1
/
+1
*
Add object-src 'none' to MW CSP directive (configurable)
Brian Wolff
2020-02-18
1
-0
/
+11
*
Fix more scalar types in docblocks
Daimona Eaytoy
2019-12-08
1
-1
/
+1
*
Allow extensions to modify CSP header on a per-page basis
Brian Wolff
2019-10-28
1
-9
/
+61
*
Mild refactoring of ContentSecurityPolicy
Brian Wolff
2019-10-28
1
-19
/
+55
*
Remove more HHVM hacks
Max Semenik
2019-10-06
1
-5
/
+2
*
CSP: Minor cleanup in ContentSecurityPolicy.php
Derick Alangi
2019-03-20
1
-4
/
+8
*
resourceloader: Give module eval the ContentSecurityPolicy nonce
Brian Wolff
2018-08-07
1
-66
/
+13
*
CSP: Allow an option of disabling nonces
Brian Wolff
2018-07-10
1
-6
/
+24
*
ContentSecurityPolicy: Add trailing & to report urls
Brian Wolff
2018-05-22
1
-1
/
+4
*
Initial support for Content Security Policy, disabled by default
Brian Wolff
2018-05-13
1
-0
/
+527