Ver Fonte

[Security] added another example to update file

Johannes Schmitt há 14 anos atrás
pai
commit
19b50d1669
1 ficheiros alterados com 4 adições e 4 exclusões
  1. 4 4
      UPDATE.md

+ 4 - 4
UPDATE.md

@@ -77,13 +77,13 @@ PR8 to PR9
 
     Before:
 
-        profiler:
-            pattern:  /_profiler/.*
+        pattern:  /_profiler.*
+        pattern:  /login
 
     After:
 
-        profiler:
-            pattern:  ^/_profiler
+        pattern:  ^/_profiler
+        pattern:  ^/login$
 
 * Global templates under `app/` moved to a new location (old directory did not
   work anyway):