Skip to content

Commit

Permalink
Update requestly rule file
Browse files Browse the repository at this point in the history
  • Loading branch information
khang-nd committed Jun 12, 2024
1 parent 9ead4b1 commit 18a92be
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 14 deletions.
57 changes: 44 additions & 13 deletions src/.vuepress/public/assets/win7-simu-requestly.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,53 +4,84 @@
"creationDate": 1665680086864,
"currentOwner": "H2Z5XLxlX6R67NSxLuPQLbeg0WH2",
"description": "",
"extensionRules": [
{
"action": {
"responseHeaders": [
{
"header": "X-Frame-Options",
"operation": "remove"
},
{
"header": "Content-Security-Policy",
"operation": "set",
"value": "allowall"
}
],
"type": "modifyHeaders"
},
"condition": {
"excludedInitiatorDomains": [
"requestly.io"
],
"excludedRequestDomains": [
"requestly.io"
],
"initiatorDomains": [
"win7simu.visnalize.com"
],
"isUrlFilterCaseSensitive": true,
"regexFilter": ".*"
}
}
],
"groupId": "",
"id": "Headers_nbukp",
"isSample": false,
"lastModified": 1666547545920,
"lastModifiedBy": "H2Z5XLxlX6R67NSxLuPQLbeg0WH2",
"modificationDate": 1665853777997,
"modificationDate": 1717845490559,
"name": "Win7 Simu Browsers",
"objectType": "rule",
"pairs": [
{
"id": "twh5n",
"modifications": {
"Request": [],
"Response": [
{
"header": "X-Frame-Options",
"id": "5jvwb",
"id": "0el6t",
"type": "Remove",
"value": ""
"value": "*"
},
{
"header": "Content-Security-Policy",
"id": "z7v1q",
"type": "Remove",
"value": ""
"id": "qbffs",
"type": "Modify",
"value": "allowall"
}
]
},
"source": {
"filters": [
{
"pageDomains": [
"win7simu.visnalize.com"
],
"pageUrl": {
"operator": "Contains",
"value": "win7simu.visnalize.com"
},
"resourceType": [
"sub_frame"
]
}
}
],
"key": "Url",
"operator": "Matches",
"value": "/^(?!https?:\\/\\/win7simu)/gi"
"operator": "Contains",
"value": ""
}
}
],
"ruleType": "Headers",
"schemaVersion": "3.0.0",
"status": "Active",
"version": 2
}
Expand Down
2 changes: 1 addition & 1 deletion src/blog/load-any-websites-in-iframes.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This guide is not applicable for Android. If you are using the Android version,

### 2. Import the predefined rules

* Download <a href="/assets/win7-simu-requestly.json" download>this JSON file</a> which contains the Requestly rules to make Win7 Simu's web browers capable of loading any websites.
* Download <a href="/assets/win7-simu-requestly.json" download>this JSON file</a> which contains the Requestly rules to make Win7 Simu's web browers capable of loading any websites (_file last updated: June 12, 2024_)
* Go to [Requestly app page](https://app.requestly.io/rules/my-rules)
* Upload the JSON file to import the rules.

Expand Down

0 comments on commit 18a92be

Please sign in to comment.