Skip to content

Commit

Permalink
Mise à jour de la liste des filtres standards suite aux changements d…
Browse files Browse the repository at this point in the history
…ans la librairie corvee-processor.
  • Loading branch information
remillc committed Dec 15, 2022
1 parent 6fd6a8a commit ae3c2da
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions filters/standard-filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,25 @@ import { filters as _, messagesFrCA } from 'corvee-processor'

export const standardFilters = [
_.http30xAllTempRedirects,
_.http30xPermanentRedirectSuccessfull,
new _.Http30xPermanentRedirectSuccessful(),
_.http30xPermanentRedirectFailure,
{
..._.http30xCircularRedirection,
exclude: true // KEEP
},
{
..._.http30xMissingSlash,
..._.http30xSlash,
exclude: true // KEEP
},
_.http30xHttpsUpgradeAny,
new _.http30xHttpsUpgradeLoose({
new _.Http30xHttpsUpgradeLoose({
ignoreWww: true
}),
new _.http30xHttpsUpgradeStrict({
new _.Http30xHttpsUpgradeStrict({
ignoreWww: false,
level: 'info',
limit: 1000,
// exclude: true
level: 'error',
}),
_.http30xWelcomePage,
_.http30xRedirectToWelcomePage,
_.http307HSTSRedirect,

_.netSystem,
Expand Down

0 comments on commit ae3c2da

Please sign in to comment.