You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that it's a convenience to host this script externally, but it might be nice to decouple this app from a third-party url. I was thinking about os.environ.get('XSS_SERVER_SCRIPT_URL', '//y.vg'). Sound okay?
The text was updated successfully, but these errors were encountered:
This header actually does nothing hehe, it can be removed from the script. Feel free to submit a pull request if you'd like it removed (I'll merged it).
Noticed the
//y.vg
here:https://github.com/mandatoryprogrammer/xsshunter/blob/master/api/apiserver.py#L64
I understand that it's a convenience to host this script externally, but it might be nice to decouple this app from a third-party url. I was thinking about
os.environ.get('XSS_SERVER_SCRIPT_URL', '//y.vg')
. Sound okay?The text was updated successfully, but these errors were encountered: