Adding permission-policy header (#3447)
* Adding permission-policy header * lint fix Co-authored-by: sandeep <sandeep@projectdiscovery.io>patch-1
parent
5b8fc874fe
commit
ce97393f95
|
@ -30,6 +30,13 @@ requests:
|
|||
negative: true
|
||||
part: header
|
||||
|
||||
- type: regex
|
||||
name: permission-policy
|
||||
regex:
|
||||
- "(?i)permission-policy"
|
||||
negative: true
|
||||
part: header
|
||||
|
||||
- type: regex
|
||||
name: x-frame-options
|
||||
regex:
|
||||
|
|
Loading…
Reference in New Issue