-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limit WARC header/content capture to current tab only #7
Comments
This might be fixed by limiting the capture to the current tab in the response and request capture filters but requires a bit more testing, which should be easy enough by keeping some other site that extensively uses Ajax open in another tab. |
… Not 100% this is working compeltely just yet.
For testing, throw this page ( http://warcreate.com/tests/bug7.html ) up in a tab, new tab, enable WARCreate with a simple HTML page, and note the noise included in the WARC. |
Is this the right functionality or should it be "all of the tabs the user visited with WARCreate enabled." |
Currently, asynchronous requests from other tabs pollute the WARC if they occur during the WARC creation process.
The text was updated successfully, but these errors were encountered: