Firefox and IE's "View source" can be spoofed to show anything
1–10 of 43 posts
Re: Firefox and IE's "View source" can be spoofed to show anything
#2Re: Firefox and IE's "View source" can be spoofed to show anything
#3What's with the out of date Flash popup? Running Chrome beta channel here with Flash built in.
Re: Firefox and IE's "View source" can be spoofed to show anything
#4I'd have a more substantial comment, I hope, if the site was loading.
Re: Firefox and IE's "View source" can be spoofed to show anything
#5Thankfully, curl can't be tricked in such a manner. I'd have a more substantial comment, I hope, if the site was loading.
If anyone happens to load this elusive "View Source Spoof" page, please leave a nice detailed description for the rest of us.
Our minds can draw the pictures :)
Re: Firefox and IE's "View source" can be spoofed to show anything
#6Thankfully, curl can't be tricked in such a manner. I'd have a more substantial comment, I hope, if the site was loading.
Yep. Sounds interesting but seems like it's meta-comments only at this stage. If anyone happens to load this elusive "View Source Spoof" page, please leave a nice detailed description for the rest of us. Our minds can draw the pictures :)
https://webcache.googleusercontent.com/search?q=cache:http:/...
Re: Firefox and IE's "View source" can be spoofed to show anything
#7[1]: https://webcache.googleusercontent.com/search?q=cache:http:/...
Re: Firefox and IE's "View source" can be spoofed to show anything
#8Since the site seems to be down, you can read the article (no images unfortunately) in Google's Cache[1]. [1]: https://webcache.googleusercontent.com/search?q=cache:http:/...
It works in Firefox 6, not sure about any other browsers. If you want to see the actual source, disable JavaScript (or use Chrome or curl).
Re: Firefox and IE's "View source" can be spoofed to show anything
#9I especially don't understand this part:
When you use document.write outside of a script tag embedded inline in
the page [...]
What is "outside of a script tag embedded inline in the page" supposed to mean?Re: Firefox and IE's "View source" can be spoofed to show anything
#10Hmm, I can't reproduce what he claims by only looking at the cached version without images and source code. I especially don't understand this part: When you use document.write outside of a script tag embedded inline in the page [...] What is "outside of a script tag embedded inline in the page" supposed to mean?
setTimeout(function() {
document.write('foo');
document.close();
}, 1);
[1] http://taskthere.com/viewsource/