Skip to content
Snippets Groups Projects
Commit 071d9c87 authored by didierfred's avatar didierfred
Browse files

small presentation modification

parent 8b822f50
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,10 @@ The rules table contains lines with the following parameters :
- apply on : "request" if the modification apply on the request headers or "response" if the modification apply on the response headers
- status : on if the modification is active , off otherwise
We can choose the urls on which the modifications applies by modifying the url pattern. The url pattern must follow the syntaxe define by https://developer.chrome.com/extensions/match_patterns . Putting an empty string on the field will select all urls. It's possible to select mutliple url patterns using semicolon(;) separator
We can choose the urls on which the modifications applies by modifying the url pattern :
- The url pattern must follow the syntaxe define by https://developer.chrome.com/extensions/match_patterns
- Putting an empty string on the field will select all urls
- It's possible to select mutliple url patterns using semicolon(;) separator
To save and apply the modification , you need to click on the save button
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment