rules_1.json 428 B

12345678910111213141516171819
  1. [
  2. {
  3. "id": 1,
  4. "priority":1,
  5. "condition": {
  6. "urlFilter": "twitter.com"
  7. },
  8. "action": {
  9. "type": "modifyHeaders",
  10. "responseHeaders": [
  11. {
  12. "header": "X-Frame-Options",
  13. "operation": "set",
  14. "value":"ALLOW-FROM https://twitter.com"
  15. }
  16. ]
  17. }
  18. }
  19. ]